Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #404657

    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

    #404659
    This reply has been marked as private.
    #405005

    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

    #405014

    Superb! Thanks Ismael! Works like a magic :)
    I’ve changed the padding-left value to 20% and it give the ultimate results:

    http://d.pr/i/1e5IW

    #top .widget_nav_menu li {
    text-align: left;
    padding-left: 20%;
    }

    Thank you very much for such an amazing support!
    Vivo

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Customizing the alignment of left sidebar menu’ is closed to new replies.