How to reduce padding of Home Feature 7

Homepage Community Forums Epik Theme Support How to reduce padding of Home Feature 7

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11310
    Nandita
    Customer

      I want to reduce the padding of Home Feature 7 from the top, where I’ve placed my Email Subscription form. I mean, I want to place the form in the middle (equal padding of 10px from the above and below.)

      Please help me.

      My site is http://shoutabrand.com

      Thank you.

      #11318
      kronos
      Customer

        The padding is coming from line 1338 in your css –

        .home-feature-bg .wrap {
        margin: 0 auto;
        overflow: hidden;
        padding: 40px 0 0;
        width: 1140px;
        }
      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.