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

    Hi,
    I have two problems!

    1. On the iPad, the menu bar covers the logo.

    2. On the iPhone and various smartphones, the buttons in the slider are not completely displayed.

    Could you tell me the solutions to these problems?

    Thanks,

    Regards
    Stefan

    #1153314

    Hey Bassmann,

    Could you please give us a link to your website, we need more context to be able to help you.

    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 (max-width: 1024px) {
      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

    #1153331
    This reply has been marked as private.
    #1153398

    Hi,

    Add this to quick css as well to hide the buttons:

    @media only screen and (max-width: 1024px) {
    .avia-slideshow-button{
    display:none!important;
    }}

    Best regards,
    Jordan Shannon

    #1153709

    Hi Jordan,

    great, that’s the way it should be!

    Thanks.

    Regards
    Stefan

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Menu item via logo on iPad – and Problem’ is closed to new replies.