Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1478345

    in the desktop view, the menu on the right and the burger should both be aligned with the boundaries of the content box below. At the moment, the menü itms are out by a few pixels.
    Please send code

    #1478354

    Hey ausgesonnen,
    Sorry I’ don’t understand, perhaps a screenshot would help.
    Perhaps this is a duplicate of your other post?

    Best regards,
    Mike

    #1478370

    https://www.imghippo.com/i/tSu7515lwQ.png
    in this screenshot you can see what I mean. On the left the widget ist aligned to the content area, on the right the menu items are not. Please send code to align them with content.

    #1478382

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top #header .av-main-nav > li > a .avia-menu-text {
        right: -10px;
    }

    adjust to suit.

    Best regards,
    Mike

    #1478476

    Does not work.

    #1478507

    Hi,

    Please try to use the following css code, toggle or temporarily disable the Enfold > Performance > File Compression settings and make sure to purge the cache.

    #top #header .av-main-nav {
        right: -10px;
    }
    

    Best regards,
    Ismael

    #1478554

    Ok thanks, that worked.

    #1478579

    Hi,

    Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘desktop view, Menu and burger to align with content’ is closed to new replies.