Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #657785

    I am experiencing a bit of weird behavior when I changed my left sidebar menu to a different font size. When you click on a menu item, the padding seems a bit off. I have tried all sorts of changes to padding, bold font, font size, etc. Could you please take a look?

    Thank you!

    #658016

    Hey Diane,

    Please try the following in Quick CSS under Enfold–>General Styling:

    .widget_nav_menu ul:first-child>.current_page_item>a {
        padding: 6px 0px 0 0 !important;
    }
    

    Best regards,
    Rikard

    #658096

    Good Morning;

    I am using the following code in the CSS and it still bounces a bit. It seems like the top padding but I have changed that from 6px all the way down to 0px and it still moves. Any ideas?

    /*fix padding on Left Sub Menu (Services) when selected*/
    .widget_nav_menu ul:first-child>.current_page_item>a {
    padding: 6px 0px 0px 0 !important;
    }

    #658832

    Hi,

    Please change 6px to 3px in the code that is provided earlier.

    /*fix padding on Left Sub Menu (Services) when selected*/
    .widget_nav_menu ul:first-child>.current_page_item>a {
    padding: 3px 0px 0px 0 !important;
    }

    Let us know if you have any questions.

    Best regards,
    Vinay

    #658837

    I tried that and it still moves, slightly, but you can still tell. It was once working so I am not sure if there is some other css that I added that is bumping into this code.

    I will keep trying.

    #658844

    Hi,

    The login credentials do not work, The css rule that is getting applied to the menu is coming from child theme css. remove all the custom css and add it back one block of code at a time and refresh to know which css code is causing the issue.

    Best regards,
    Vinay

    #658846

    I have already tried that. No matter what I change the “6” to, it still bounces.

    I regenerated a new password.

    #659664

    Hi,

    It’s because of the padding modification:

    .widget_nav_menu ul:first-child>.current_page_item>a {
        padding: 6px 0px 7px 0 !important;
    }

    Default padding is:

    .widget_nav_menu ul:first-child>.current_page_item>a {
        padding: 4px 0px 5px 0 !important;
    }

    Best regards,
    Ismael

    #659873

    I had changed the default padding per a prior support question. I am changing the highlighted menu behavior so it matches the top main menu. I didn’t want the boxes around the items. This default change makes the items that are highlighted move one space to the left and they still bounce down one space. I did try removing all custom css and adding back one modification at a time, but didn’t find any conflicting code. Any other ideas? Thanks!

    I also wanted to add that the Enfold Theme Construction Demo left side menu does the same thing when highlighted.

    • This reply was modified 8 years, 3 months ago by dibooth.
    #660680

    Hi,

    Did you remove the user above? We tried to access the site but the login credentials are not working. Please try this in the Quick CSS field:

    .widget_nav_menu ul:first-child>.current-menu-item>a, .widget_nav_menu ul:first-child>.current_page_item>a {
        border: none;
        padding: 4px 0px 5px 0 !important;
    }

    Also, please check the css codes and make sure that every css declarations are closed properly or check if there missing curly braces.

    Best regards,
    Ismael

    #660921

    I am not sure why the ids/passwords expire in WordPress. I have generated a new one and put in the private data.

    I have tried the above code and still have the same results.

    I did notice that the Service page on the Construction demo also behaves the same way.

    #662084

    Hi,

    padding of your sidebar menu looks good to me now. I can’t see any issues. Could you already fix it? if not screenshots would help.

    Best regards,
    Andy

    #700657

    Thank you…you can close this ticket!

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Left sidebar menu takes a little jump when highlighted’ is closed to new replies.