Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #647226

    hi there – it looks like the menu now sits over my logo in a recent update – how do i resolve?

    Cheers

    #647280

    Hi @ShortieD,
    it seems that your “container” is not large eneough :
    .container { max-width: 1010px;}

    What can be done :
    1- Enlarge the container width in your Theme Options,
    or
    2- Reduce te padding of the link in the main menu :
    .av-main-nav > li > a {padding: 0 8px !important;}

    I would advise the first solution.

    #647345

    Hi,

    You can also add following code to Quick CSS

    .container.av-logo-container {
        max-width: 85%;
    }

    If you have not decreased container size, please create a temporary admin login and post it here privately. There might be some error in your custom CSS code.


    @begrafiks
    thanks as always :)

    Best regards,
    Yigit

    #647809

    hi team – I’ve gone into theme options and my site width is 1130px – I’ve not had this issue before so not sure what’s happening
    I’ve just tried adding the
    .container.av-logo-container {
    max-width: 85%;
    }

    and this seems to work.
    Cheers

    #647983

    Hi,

    Great! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘menu sits over logo after update’ is closed to new replies.