Adjusting width (or margins?) of homepage areas

Homepage Community Forums SquareOne Theme Support Adjusting width (or margins?) of homepage areas

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11905
    elenabrz
    Customer

      Hi Wes
      I love your theme (as you know) but I was wondering whether the margins of each area (or width, I don’t know how you may call it) are too large…just in case, is there any way to adjust that, without affecting responsiveness? or you wouldn’t recommend it? Snapshot:http://cl.ly/image/2I2T1n3I0K3h
      Thanks

      #11915
      Wes
      Moderator

        Thats the padding on each section. For example, the first one is .home-feature-1 .wrap which will look like this –

        .home-feature-1 .wrap {
        margin: 0 auto;
        overflow: hidden;
        padding: 200px 0 150px;
        width: 1140px;
        }

        Should be around line 1241….each section after that has the same thing, so adjust the 200px for the top, and the 150px for the bottom. Let me know if you find it.

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