Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #970133

    Hi there,

    the extra info in the top bar at the left of the sticky header is not working in iPad portrait view: The info is moving to the center of a new line, but it should stay left. In landscape view it is working. Please find URL for your info in private content box.

    Thank you for your kind help in advance.

    Best regards,
    Sophie

    #970931

    Hey Sophie,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width: 989px) and (min-width: 768px) {
      .responsive.html_mobile_menu_tablet .phone-info {
        float: left !important;
        width: auto !important;
        clear: none !important;
        text-align: left !important;
      }
    }

    Hope it helps :)

    Best regards,
    Nikko

    #970940

    Hi Nikko,

    that is fantastic :o) ! Thank you so much for your help! I think you can close this thread now :o) .

    Thank you and have a great day!

    Kind regards,
    Sophie

    #971023

    Hi Sophie,

    Great, glad Nikko could help you out. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Extra info in left top bar of sticky header not working on iPad portrait view’ is closed to new replies.