Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #631943

    Hi,
    I have a custom menu in the left sidebar. But menu alignment is to right.
    How can I change menu alignment to left?
    And submenu item with little indent?
    And visible is only H1 menulinks, H2 is closed and when I click on the H1 menu link, then appears H2 menu items and when I open another H1 menulink, then previously open menuitems will disappear.

    Best regards,
    Eve KJ

    #632904

    Hey evekj,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    .widget_nav_menu {
        text-align: left;
    }
    
    .widget_nav_menu ul ul{
        margin-left: 20px !important;
    }
    
    

    Best regards,
    Josue

    #633064

    Hi,

    I added code
    .widget_nav_menu {
    text-align: left;
    }

    .widget_nav_menu ul ul{
    margin-left: 20px !important;
    }

    But all menu items are all the time visible. When I open for example category Kent, then category Berner must be closed. Menulinks bullets are also still aligned to right.
    And how can I set, that active menulink is for example red?

    Best regards,
    Eve KJ

    #634507

    Hi,

    that’s the way a widget menu works. If you need special function then you would need to search for a plugin with such functions.

    Use this code for active menulinks:

    .current-menu-item a {
    color: red;
    }
    

    Best regards,
    Andy

    #636452

    Thank you for your answer.

    #636794

    Hi,

    glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.

    Best regards,
    Andy

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Custom menu – left sidebar – right align’ is closed to new replies.