Doberman Posted August 23, 2010 Share Posted August 23, 2010 Hello,Do you know how to move little lower more.gif and less.gif images? Link to comment Share on other sites More sharing options...
cactusman2 Posted August 23, 2010 Share Posted August 23, 2010 What do you mean? Move in your template? Link to comment Share on other sites More sharing options...
Doberman Posted August 24, 2010 Author Share Posted August 24, 2010 Move in deflaut template. more.gif and less.gif images are the part of categories menuI increased font size and more.gif/less.gif images are little too high. Link to comment Share on other sites More sharing options...
rocky Posted August 24, 2010 Share Posted August 24, 2010 It is the following code in the /* Block categories */ section of css/global.css in your theme's directory that controls the position of those images: div#categories_block_left span.grower { display: block; float: left; background-position: 0 3px; background-repeat: no-repeat; width: 9px; height: 15px; margin: 0 0 0 -12px!important; margin: 0 0 0 -8px; padding: 0 } Try increasing the background-position from 3px to however many pixels from the top you want the image to be. 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