Reduce gap on home page

Discussion in 'ColorWay WordPress Theme' started by johnwebtrends, Sep 7, 2013.

  1. johnwebtrends

    johnwebtrends Member

    Joined:
    Sep 4, 2013
    Messages:
    33
    Likes Received:
    0
    www.webtrendsevents.com -
    I would like the gap between the bottom of the homepage feature area and the homepage bottom tagline reduced by around 50px please. can you provide the code?

    Thanks
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .feature-content {
    padding-bottom: 40px;
    margin-bottom: 0px;
    }
    .bottom_tagline {
    padding-top: 20px;
    padding-bottom: 20px;
    }
    You can adjust the values as per your requirement.
    This will solve your issue.
     
  3. johnwebtrends

    johnwebtrends Member

    Joined:
    Sep 4, 2013
    Messages:
    33
    Likes Received:
    0
    This did not seem to make any difference to the gap - even when the margins are set to 0px
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    I have checked your website, it seems that by mistake you have forgot to close the curly bracket while putting the code in the custom css section.
    Due to which the code below that are not working.
    So close that code with the curly bracket.
    This will solve your problem.


    Please see the image given below for the reference.

    [​IMG]
     
  5. johnwebtrends

    johnwebtrends Member

    Joined:
    Sep 4, 2013
    Messages:
    33
    Likes Received:
    0
    thanks for picking that up but now the homepage feature boxes above the tagline are not evenly horizontally aligned.
     
  6. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    We have checked your website and it is working fine.
    We have not found such issue on your website.
    Could you please specify the issue with the help of screen shot.
     

Share This Page