Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #195679

    Hello,
    I’m having an issue with the fix for moving the menu to the left & logo to the right. When I do what you’ve mentioned in previous posts the logo disappears when scrolling. I found that you fixed an issue for meermakers your post #193059 – it appears that you logged in and fix it for them. Could you please paste that solution here?

    #195697

    Hi nock!

    Please add this on your custom.css or Quick CSS:

    div .logo {
    position: absolute;
    right: 0;
    }
    
    .main_menu {
    position: absolute;
    left: 0;
    }

    The logo doesn’t disappear when scrolling.

    Cheers!
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Main menu left, logo right (what was your fix?)’ is closed to new replies.