Jump to content

How to make the sub catergory image from left to center ?


Recommended Posts

I'm not sure but maybe is in this section on your global.css theme file:

around line 66

ul.inline_list{ list-style-type:none; margin-top: 1em; }
ul.inline_list li { float:left; text-align:center; }     <-----maybe by changing 
ul.inline_list li img{ display:block; }                            to float:none or 
ul.half {                                                              right to right side
   width: 45%;
   margin-right: 1em;
   float: left;        
}

Link to comment
Share on other sites

Hello hieloiceberg

it not solve the problem , i follow your instructions , but what it did , instad of move to the center as i wanted at the same order it show on the screen , he put the icons one on top of the other , and i want only to centralize it from the left potion to the middle.

Thanks
Shlomi

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