Formatting Help

Homepage Community Forums Ally Theme Support Formatting Help

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #14530
    socialspark
    Customer

      I have what should be a simple formatting question, but I can’t seem to figure it out on my own.

      I added text to the Home Bottom Wide widget and gave it a full width light gray background. The problem is, there is now a white space between it and the footer. I can’t get rid of that space without affecting other pages of my site.

      http://vistalawns.com

      Thanks for your help!

      Fran

      #14545
      Eric
      Customer

        The white space on the bottom is your .site-inner section which is located on every page of the site by default. You probably noticed it now since you made the home-bottom-wide section gray and the .site-inner section is white by default.

        You also added this to your custom css –

        .content {
            padding-top: 45px;
        }

        To remove that space on just the homepage, I would add this to your css –

        .home .content {
            padding-top: 0;
        }

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

        #14555
        socialspark
        Customer

          Thanks, Eric, that didn’t work, but I fiddled around with it and realized you meant to say:

          .home .content {
          padding-top: 0px
          }

          I’m not clear on why removing the top padding got rid of space at the bottom, but that fixed it, so thanks for getting me on the right track!

          Fran

          #14566
          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 ‘Formatting Help’ is closed to new replies.