Logo space & background bug>?

Homepage Community Forums Optimal Theme Support Logo space & background bug>?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #16606
    Tony
    Customer

      I have implement the change to add some space around the logo,

      .site-container .site-header {
      background-position: bottom left !important
      }

      however when viewing the website in portrait mode on an ipad the telephone numbers and email on the right in the (header right widget) now appear over the logo, can you help?

      Thanks

      Tony

      #16608
      Wes
      Moderator

        What was the link to your site again?

        EDIT: Nevermind, I found it.

        If you scroll to your Responsive section of your CSS file, you’ll come across the max-width: 1023px section. Place this code inside that area so that it will override the code we added before –

        .custom-header .site-container .site-header {
            background-position: center top !important;
        }
        #16609
        Tony
        Customer
          #16610
          Wes
          Moderator

            Try this and let me know if it works –

            If you scroll to your Responsive section of your CSS file, you’ll come across the max-width: 1023px section. Place this code inside that area so that it will override the code we added before –

            .custom-header .site-container .site-header {
                background-position: center top !important;
            }
            #16611
            Tony
            Customer

              What can I say other than I am truly grateful and I could snog you

              Thanks again Wes, really appreciate it

              Tony

              #16612
              Wes
              Moderator

                You’re Welcome!

              Viewing 6 posts - 1 through 6 (of 6 total)
              • The topic ‘Logo space & background bug>?’ is closed to new replies.