Reduce space on home page area…

Homepage Community Forums Epik Theme Support Reduce space on home page area…

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #14222
    Robert
    Customer

      I need some help reducing the extra space to the top and the bottom of Home Feature #4 (White) area of the home page.

      On this page…

      http://www.americassuccesscoach.com/

      …it is the blue area where we have the email sign up form. I want to reduce the blank space above and below by half of what it presently is.

      #14237
      Wes
      Moderator

        If you have a look around line 1464 in your style.css file you’ll see this –

        .home-feature-bg-alt .wrap {
        	margin: 0 auto;
        	overflow: hidden;
        	padding: 120px 0 80px;
        	width: 1140px;
        }

        You can reduce the top and bottom padding by changing it to this – padding: 60px 0 40px; That would reduce it by half. You can adjust the numbers to get the look/feel of what you need.

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