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

    Hi

    I have moved the logo to the extreme using

    .container.av-logo-container {
    margin-left: 0;
    padding-left: 1;
    max-width: 100%;
    }

    however this has pulled over the menu which I would still like on the right please.

    Please see details below

    Thanks

    #1047889

    Hey info224,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    
    @media only screen and (min-width:1100px){
        .main_menu {
            right: -75px;
        }
    }
    @media only screen and (max-width: 1100px) {
      nav.main_menu, #menu-item-search {
        display: block !important;
      }
      .menu-item {
        display: none;
      }
      .av-burger-menu-main.menu-item-avia-special {
        display: block;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1047893

    Hi

    Thanks for coming back I shall let you know.

    #1048123

    Hi

    Thanks for this just one other thing on the mobile version there is a lot of brown padding under the menu can I reduce the depth of that, please?

    #1048127

    Hi,

    You have following code in Quick CSS field

    @media only screen and (max-width: 767px) {
    .responsive #top #main {
        margin-top: 180px;
    }}

    Please delete it

    Best regards,
    Yigit

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