ShirtSeller Posted July 14, 2009 Share Posted July 14, 2009 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 Link to comment Share on other sites More sharing options...
ShirtSeller Posted July 15, 2009 Author Share Posted July 15, 2009 (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 More sharing options...
Recommended Posts