Jump to content

Subcategory list


Recommended Posts

from the:

#categories_block_left li {
width: 304px;
height: 42px;
background-color: #E8FCCD;
margin-top: 12px;
padding-top: 13px;
}

 

remove height: 42px param

 

 

change also #categories_block_left li ul to:

#categories_block_left li ul {
padding-left: 40px;
background: white;
}

 

i changed margin-left: 40px; to padding-left:40px; and added background: white;

 

 

effect:

 

qHDoX1i.png

 

 

i modified global.css file

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