How to deleet excess space on homepage?

Homepage Community Forums Adapt Theme Support How to deleet excess space on homepage?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2716
    marmoset
    Customer

      http://ifca.net.au/temp/

      The huge space between the ‘Home Bottom Sidebar 1 & 2’ and the ‘Home Bottom Message’ – how can we reduce this?

      thanks

      #2721
      Eric
      Customer

        If you take a look around line 624 in your css file…..or if you do a “search” in your css you’ll see this –

        .home-bottom {
        border-top: 1px solid #eee;
        margin: 0 auto;
        overflow: hidden;
        padding: 40px 0;
        width: 960px;
        }

        You can change the padding to this – 40px 0 10px; the “10px” represent the bottom padding. Adjust that number up or down until you get the spacing you want.


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

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.