Tagged: , ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1320109
    #1320248

    Hey Ben,

    Thank you for the inquiry.

    We cannot see the issue on a browser device emulation. The logo is positioned where it is supposed to be, both on tablet and phone view. Would you mind providing a screenshot?

    If you need to adjust the position of the logo on smaller screens, try to use this css code.

    @media only screen and (max-width: 767px) {
        .responsive #top .logo {
            position: relative;
            left: 25px;
        }
    }
    

    You can add another css media query for tablet view.

    Best regards,
    Ismael

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