Reduce white space below slider

Homepage Community Forums Optimal Theme Support Reduce white space below slider

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #5023
    maxmyadmin1
    Customer

      Hi,
      I am not using the Welcome widget and would like to reduce the white space between the slider background and the 3 Home widgets I am using here: http://www.maxmyshopping.com/wp

      I would also like to reduce the white space between the 3 widgets and the footer area.

      Can you help?

      #5031
      Eric
      Customer

        Take a look around line 647 in your css file and adjust the top margin –

        .home #inner {
            margin: 40px auto 10px;
        }

        The other part is the margin at the bottom of the home-feature widgets –

        .home-feature-1 .widget, .home-feature-2 .widget {
            margin: 0 0 30px;
        }

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

        #5323
        maxmyadmin1
        Customer

          Thank you!!

          #5324
          Eric
          Customer

            You’re Welcome


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

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘Reduce white space below slider’ is closed to new replies.