Jump to content

How to move more.gif and less.gif images?


Recommended Posts

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

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...