Tagged: CSS, enfold, navigation, sidebar, style
Hello Enfold team,
I love your theme!
Can I ask your help in customizing the left sidebar navigation in the following site?
Here is a screenshot of current navigation: http://d.pr/i/15w7i
And this is how I would like it to be: http://d.pr/i/1g79m
Basically I would like to align the text of the pages in this side menu to the left, while preserving the left padding/intentation of the menu item position. I tried to go over previous topics in the forum and I have tried several solution without a success. Would you be able to help me with it?
The site is currently on a maintenance mode therefore I’m sending you the credentials in the private message,
Thanks SO much in advance!
Vivo
Hi!
Thank you for using Enfold.
Try to add this to the Quick CSS field:
#top .widget_nav_menu li {
text-align: left;
padding-left: 80%;
}
Best regards,
Ismael
Superb! Thanks Ismael! Works like a magic :)
I’ve changed the padding-left value to 20% and it give the ultimate results:
#top .widget_nav_menu li {
text-align: left;
padding-left: 20%;
}
Thank you very much for such an amazing support!
Vivo