-
AuthorPosts
-
July 7, 2016 at 12:01 am #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!
July 7, 2016 at 1:41 pm #658016Hey 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,
RikardJuly 7, 2016 at 2:58 pm #658096Good 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;
}July 9, 2016 at 8:36 pm #658832Hi,
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,
VinayJuly 9, 2016 at 8:45 pm #658837I 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.
July 9, 2016 at 8:53 pm #658844Hi,
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,
VinayJuly 9, 2016 at 8:58 pm #658846I have already tried that. No matter what I change the “6” to, it still bounces.
I regenerated a new password.
July 12, 2016 at 5:08 am #659664Hi,
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,
IsmaelJuly 12, 2016 at 2:32 pm #659873I 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.
July 14, 2016 at 6:25 am #660680Hi,
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,
IsmaelJuly 14, 2016 at 4:13 pm #660921I 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.
July 18, 2016 at 4:00 pm #662084Hi,
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,
AndyOctober 18, 2016 at 2:29 pm #700657Thank you…you can close this ticket!
-
AuthorPosts
- The topic ‘Left sidebar menu takes a little jump when highlighted’ is closed to new replies.