Jump to content

[SOLVED] Add space between icons


Recommended Posts

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

26955_nOOhPOidk1NkzZIl5UTf_t

Link to comment
Share on other sites

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

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...