Logo is not at top of page when in responsive mode

Homepage Community Forums Ally Theme Support Logo is not at top of page when in responsive mode

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #5272
    mylin
    Customer

      Hi, I’ve added an image logo and added css to use a smaller image when in mobile device. When viewing in a mobile device and shrinking the browser, there is a huge space above the logo pushing the logo down. How can I fix this, please. Thank you.

      Website is, http://www.leeperla.com/.

      #5276
      Eric
      Customer

        You just need to add “top” to the custom code you added for your logo in the 767px width responsive section (around line 270 or so).

        It should look like this –

        #header { 
            background: url("images/logo-mobile.png") center top no-repeat; 
        }

        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

        #5277
        mylin
        Customer

          Ah, thank you so much! Took so long last week to mess around with it and I should of posted here sooner before website launch. Thanks again and awesome theme.

          #5287
          Eric
          Customer

            You’re Welcome


            I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘Logo is not at top of page when in responsive mode’ is closed to new replies.