Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1332852

    We are having trouble on smaller mobile screens
    1) need to push banner down below social icons
    2) burger menu not active (doesn’t do anything) in portrait mode. Landscape works.

    https://snipboard.io/qE3AZ8.jpg
    Does work in landscape and every other resolution.
    https://snipboard.io/eHlbGO.jpg
    Thanks!

    #1332909

    Hey hostworks,

    Thank you for the inquiry.

    Where do you want to place the search widget? There seems to be no space for it in the header. Temporarily, you use this css code to adjust the style of the search form a bit.

    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
      .responsive #top #header .search-form {
        display: flex;
        flex-direction: row;
        width: 100%;
      }
    
      .responsive #top #header .search-form > form {
        display: block !important;
        width: 50%;
      }
    
      #header_meta { 
        background: #162c40 !important;
      }
    }

    Best regards,
    Ismael

    #1332998

    Ismael,

    This doesn’t cause any effect.

    #1333028

    ok, its working now, thank you!

    #1333044

    Hi,

    Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1333063

    Yes, Rikard, you can close this ticket, Thank you.

    #1333091

    Hi,

    No problem. Glad we could help. Please let us know in a different thread if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘burger menu not activating on small mobile screens’ is closed to new replies.