Adjust Logo – Mobile Responsive (iPad)

Homepage Community Forums Optimal Theme Support Adjust Logo – Mobile Responsive (iPad)

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #10435
    rasolis
    Customer

      Hi guys,

      The logo is overlapping the navigation menu. See wingchuncombatives.com. How do I adjust the style.css code for mobile responsive?

      Thank you.

      #10444
      Wes
      Moderator

        You can add this code –

        .site-header .widget-area .widget {
            float: right;
        }

        …inside the css Responsive area labeled – @media only screen and (max-width: 1180px) – which can be found on line 3670 in your css. That will make the widget area float to the right.

        #10457
        rasolis
        Customer

          Awesome. Thanks Wes!

          #10468
          Wes
          Moderator

            You’re Welcome!

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘Adjust Logo – Mobile Responsive (iPad)’ is closed to new replies.