anyad123 Posted February 13, 2015 Share Posted February 13, 2015 At the left is the current status, i want to modified it as you can see on the right side. Can someone help me ? Link to comment Share on other sites More sharing options...
Paulito Posted February 13, 2015 Share Posted February 13, 2015 Hello I wonder if you could just add this bit of code or something similar to global.css #categories_block_left li li a {margin-left: 20px;} Before http://screencast.com/t/2VjEIBwCSA After http://screencast.com/t/npvGDTKkZw Sorry if I have not understood your question Paul Link to comment Share on other sites More sharing options...
anyad123 Posted February 14, 2015 Author Share Posted February 14, 2015 Thank you,it is working but i have 3 sometimes 4 sublevel of categories, i want each level to be more to the right. Link to comment Share on other sites More sharing options...
Paulito Posted February 14, 2015 Share Posted February 14, 2015 Hello again OK, how about adding an extra li and increase the margin #categories_block_left li li a {margin-left: 20px!important;} #categories_block_left li li li a {margin-left: 40px!important;} #categories_block_left li li li li a {margin-left: 60px!important;} Result http://screencast.com/t/p7q4t0kk Obviously you will have to play with the margin px Paul Link to comment Share on other sites More sharing options...
tomol012 Posted August 4, 2015 Share Posted August 4, 2015 Hello again OK, how about adding an extra li and increase the margin #categories_block_left li li a {margin-left: 20px!important;} #categories_block_left li li li a {margin-left: 40px!important;} #categories_block_left li li li li a {margin-left: 60px!important;} Result http://screencast.com/t/p7q4t0kk Obviously you will have to play with the margin px Paul This works perfectly! Thank you very much 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