Jump to content

Move the show/hide triangle icon in basket block


Recommended Posts

in my cart block I've changed the font that says Cart to something a little larger. Because the font is now larger, it sits a little under the show/hide triangle icon instead of that icon being at the end of the word cart. Does anyone know where to adjust the position of that icon(i.e. move it to the right some more) ?

I've attached a small screen shot.

Thanks,

Joe

9564_qeFwFQvFIkyQJDcYWDGN_t

Link to comment
Share on other sites

(SOLVED)

Open global.css and using the find feature lokk for "block_cart_expand" without quote marks. Should be around line 1605.

will look something like this...
#cart_block h4 span#block_cart_expand{ background-image: url('../img/icon/sort_desc_white.gif'); }

change it to this....
#cart_block h4 span#block_cart_expand{ background-image: url('../img/icon/sort_desc_white.gif'); margin-left: 20px;}

Adjust the 20 px to whatever suits you best

Link to comment
Share on other sites

×
×
  • Create New...