How to make Welcome Wide less tall?

Homepage Community Forums Epik Theme Support How to make Welcome Wide less tall?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #12118
    fabsfabian
    Customer

      Hello Wes and coding gurus once again,

      Here comes another question for the epic EPIK theme:
      How can I make the Welcome Wide, less tall? I mean less space above and beyond the text.
      My site: http://69.195.124.209/~fabsfabi/

      Thank you in advance,

      Fabs

      (PS: I have a few more questions, but I’ll post them in a different thread, to keep it simple)

      #12137
      Eric
      Customer

        That extra space you’re seeing is the padding. You can edit this on line 1318 in your css –

        .welcome-wide .wrap {
            margin: 0 auto;
            overflow: hidden;
            padding: 120px 0 60px;
            width: 1140px;
        }

        The 120px is the top. The 0 is the left and right. The 60px is the bottom.


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

        #12148
        fabsfabian
        Customer

          Yep, that did it! You rock, Eric. Thank you!!! 🙂

        Viewing 3 posts - 1 through 3 (of 3 total)
        • The topic ‘How to make Welcome Wide less tall?’ is closed to new replies.