Legacy Mobile Spacing Issue

Homepage Community Forums Legacy Theme Support Legacy Mobile Spacing Issue

  • This topic has 3 replies, 2 voices, and was last updated 11 years ago by Wes.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #12709
    hishollysmith
    Customer

      Hi, I having trouble with removing a space from my client’s site that is only a problem on our mobile phones. The home page looks GREAT. The problem is with all the other pages and posts. Where do I change the margin for this? I have looked and looked. Thank you! Here is his website with an example of the page spacing problem. The space is below the nav and above the content-sidebar area: http://inspire2lead.com/our-clients/

      #12723
      Wes
      Moderator

        Take a look in your css around line 3344 and you can add margin-top: 0; and that will remove the extra space you’re seeing –

        #inner {
            margin-top: 0;
            padding: 5px 0 0;
            width: 100%;
        }
        #12729
        hishollysmith
        Customer

          Thank you, Wes! That did it.

          Blessings on you!
          Holly

          #12740
          Wes
          Moderator

            You’re Welcome!

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘Legacy Mobile Spacing Issue’ is closed to new replies.