centering custom logo in responsive mode

Homepage Community Forums Follow Me Theme Support centering custom logo in responsive mode

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #15110
    robwallace
    Customer

      Hi Wes et. al.,
      Trying to get my custom header logo to center when in responsive mode and having no luck. Can you steer me in the right direction? Site: discoverbethelct.com

      Many thanks, as always
      Rob

      #15113
      scooby
      Customer

        You can add this to your responsive section in your css somewhere under line 2280 –

        /* Responsive Design
        ------------------------------------------------------------ */
        
        @media only screen and (max-width: 620px) {

        Once you find that, you can this code in the responsive section above –

        .head-wrap #header {
            background-position: center top !important; 
        }
        #15116
        robwallace
        Customer

          Many many thanks!

        Viewing 3 posts - 1 through 3 (of 3 total)
        • The topic ‘centering custom logo in responsive mode’ is closed to new replies.