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

    Hi there,
    i used this

    to create my header in enfold. So far working fine. Link in private content.

    On mobile view i made the two widgets invisible (display: none). The logo is centered and the burger icon centered under the logo. BUT: i want the logo to be left and the burger to be right, both on top of the page .. is there a solution for this problem?

    Thanks a lot, Sven

    #1345711

    Hi Sven,

    If you only want the CSS to apply to tablet and up, then please wrap it in a media query like this:

    @media only screen and (min-width: 768px) {
      CSS goes here
    }

    Best regards,
    Rikard

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