Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #927969

    https://j3ouo.hosts.cx may be possible fix this issue ?

    #928372

    Hey Stefano,

    Please try the following in Quick CSS under Enfold->General Styling:

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

    Best regards,
    Rikard

    #928556

    Do not work check mobile. I want logo over the menu if is possibile

    #928653

    Hi,

    What exactly doesn’t work? Could you post screenshots highlighting your intentions please?

    Best regards,
    Rikard

    #928767

    Logo is not over menu but on left

    #928957

    Hi,

    Thanks for the feedback, I still don’t understand what you would like to change though?

    Best regards,
    Rikard

    #928964

    https://ibb.co/d2x6Pc I need logo over menu, not on left https://lupidiromagna.it

    #929221

    Hi,

    From your screen shot it appears you only want this effect on the mobile version correct?

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    @media only screen and (max-width: 767px)
    .responsive #top .logo {
        float: right!important;
    }

    Best regards,
    Vinay

    #929240

    No is not correct, has not change in mobile version.

    #929243

    Hi,

    Is the screenshot I attached to the previous ticket correct?

    You may not see the change until the cached files are cleared in your browser.

    Please try to hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload” and review the site again.

    Best regards,
    Vinay

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