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

    Hi there,

    I run into a problem where the main menu items overlaps with my logo as the screen size shrinks. Granted I do have a rather long list of menu items.

    I am using a child theme here, so is there a way to trigger the switch to mobile view earlier so that the menu items collapse into an icon, thus preventing the overlap within the confine of the child theme?

    Thanks for the help!

    #366679

    Hi mlesmana!

    Can you post the link to your website please?

    Regards,
    Yigit

    #370507
    This reply has been marked as private.
    #370542

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 1150px) {
    .av-main-nav>li>a { padding: 0 8px; }}

    Please disable CSS minifying feature before applying the code

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.