Home Page Section

Discussion in 'Harrington- A WordPress Business Theme.' started by bat42001, Aug 28, 2014.

Thread Status:
Not open for further replies.
  1. bat42001

    bat42001 Guest

    Joined:
    Jul 10, 2014
    Messages:
    35
    Likes Received:
    0
    I would like to decrease the padding or space between the Featured Services (circle) Section and the testimonials section, can you provide the css code please?
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Please provide URL.
    If possible provide screenshot of section where you want to decrease padding.
    Thanks & Regards
    Pramod
     
  3. bat42001

    bat42001 Guest

    Joined:
    Jul 10, 2014
    Messages:
    35
    Likes Received:
    0

    Attached Files:

  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Use following CSS in Custom CSS to reduce spaces.
    Code:
    .slider_container {
    margin-bottom: 20px;
    }
    .home_container .page_info {
    margin-bottom: 30px;
    }
    .heading_container {
    margin-bottom: 25px;
    }
    You can increase or decrease margin values as you want.

    That will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  5. bat42001

    bat42001 Guest

    Joined:
    Jul 10, 2014
    Messages:
    35
    Likes Received:
    0
    Thank you!
     
Thread Status:
Not open for further replies.

Share This Page