extra white/ dead padding space

Discussion in 'BusinessGrow One Page WordPress Theme' started by deveshd, Feb 12, 2015.

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

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    Why is there extra white space above and under all section titles? I do not see this happening in the theme demo site. Please help me me remove the extra white space. URL: http://webworxworld.com/client-demo3/
    Screenshots below:
    Screenshot 2015-02-12 01.53.28.png Screenshot 2015-02-12 01.53.37.png Screenshot 2015-02-12 01.53.47.png Screenshot 2015-02-12 01.53.57.png
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hey deveshd!

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    #fta_top {
    padding-top: 0;
    }
    .homepage_nav_title {
    margin-top: -50px;
    }
    .services_block.default_bg {
    margin-top: -17px;
    }
    .featured_blog_content {
    padding-top: 0px;
    }
    .gallery_wrapper.default_bg {
    margin-top: -17px;
    }
    .contact_wrapper {
    padding-top: 0;
    }
    .copyright_wrapper {
    margin-top: -50px;
    }
    Thanks,
    Praveen
     
  3. deveshd

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    Works, thanks!
     
Thread Status:
Not open for further replies.

Share This Page