webby Posted July 16, 2010 Share Posted July 16, 2010 Hi,I tried to modify this in the global.css file, but I must not be doing something right, I didn't see any changes.I'm wanting to add a space between the print, zoom and send icons. I've looked in the forum and couldn't find anything.I have a screenshot attached so you see what I mean.Thanks Link to comment Share on other sites More sharing options...
MrBaseball34 Posted July 16, 2010 Share Posted July 16, 2010 Where exactly are these icons? Link to comment Share on other sites More sharing options...
webby Posted July 16, 2010 Author Share Posted July 16, 2010 These icons appear on the product pages, above the categories menu.Here's a page so you can see how it looks; http://missmadisonfinelinens.com/store/product.php?id_product=105 Link to comment Share on other sites More sharing options...
MrBaseball34 Posted July 16, 2010 Share Posted July 16, 2010 How exactly did you modify the CSS? Link to comment Share on other sites More sharing options...
webby Posted July 16, 2010 Author Share Posted July 16, 2010 I tried adding padding for each:Line 723 for printLine 724 for sendLine 725 for zoom Link to comment Share on other sites More sharing options...
MrBaseball34 Posted July 16, 2010 Share Posted July 16, 2010 What version of PS? My 1.3.0 globals.css line 723 is 722: #languages_block_top { 723: width: 80px 724: } Can you post the SPECIFIC code? Come on, help us out here. Being "secretive" is not helpful.If you want help, you need to provide more than one or two line replies and tell us exactly what you are doing. Link to comment Share on other sites More sharing options...
webby Posted July 16, 2010 Author Share Posted July 16, 2010 My apologies, I was just going to post that info.I'm using version 1.2.5 and theme Black and White.Here is the css code for that section: #usefull_link_block {list-style-type:none; width:100%; float:left; font-weight:normal; font-size:11px} #usefull_link_block span{ float:left; margin-right:0.5em} #usefull_link_block_print { background:url('../img/print.gif') no-repeat; height:15px; width:15px; cursor:default} #usefull_link_block_send { background:url('../img/add-wishlist.gif'); height:15px; width:17px} .usefull_link_block_zoom {background:url('../img/zoom_product.gif') no-repeat left; cursor:pointer; height:15px; width:15px} I hope that helps.Let me know if you need more info. Link to comment Share on other sites More sharing options...
MrBaseball34 Posted July 16, 2010 Share Posted July 16, 2010 OK, I also didn't know you were using a third-party theme. That makes a BIG difference.I'll have to download B&W theme to check it out, please hold on.. Link to comment Share on other sites More sharing options...
razaro Posted July 16, 2010 Share Posted July 16, 2010 To add space change margin-right value to your needs in globall.css line 727 #usefull_link_block span { float:left; margin-right:1.5em; } Also to delete Send to friend text make changes to themes/blackwhite/modules/sendtoafriend/product_page.tpl like in attachment file. product_page.zip Link to comment Share on other sites More sharing options...
webby Posted July 17, 2010 Author Share Posted July 17, 2010 You are a lifesaver razaro!!! Thank you very much for all the help!By the way, I love this forum, you guys are so fast to respond and help! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now