Add another module on homepage and reduce spacing between modules

Discussion in 'Woodpecker WordPress Business Theme' started by ccbesko, Apr 11, 2014.

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

    ccbesko New Member

    Joined:
    Apr 9, 2014
    Messages:
    8
    Likes Received:
    0
    Is it possible to add a second Bottom Featured Area? Is it also possible to reduce the spacing between each element of the homepage. For example, between the video box and the featured punchline
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    1. Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry.
    2. Could you please explain your problem with the help of screenshot, where you want to remove the space and also share the link of your website, so that we can give you the exact solution.


    Thanks & Regards
    Gourav Shrivastava
     
  3. ccbesko

    ccbesko New Member

    Joined:
    Apr 9, 2014
    Messages:
    8
    Likes Received:
    0
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .feature-page-wt-thumb {
    margin-bottom: 5px;
    }
    .feature-tagline-container h1 {
    margin-bottom: 5px;
    }
    .featured-tagline-wrapper {
    margin-bottom: 5px;
    }
     
    .vidimg-container {
    margin: 0 30px 5px 30px;
    }
     
    .bottom-feature-textbox {
    margin-bottom: 5px;
    }
     
    .feature-page-wt-thumb-container {
    margin-top: 5px;
    }
     
    Adjust its value as per your requirements.

    Thanks & Regards
    Gourav Shrivastava
     
  5. ccbesko

    ccbesko New Member

    Joined:
    Apr 9, 2014
    Messages:
    8
    Likes Received:
    0
    Thanks! That worked.
     
Thread Status:
Not open for further replies.

Share This Page