Viewing 20 posts - 1 through 20 (of 21 total)
  • Author
    Posts
  • #18368
    Suruchi
    Participant

    Hi Sakin,

    How can i reduce the white space below the slider and 3 headers?

    Also is there a way i can have my 3 headers not linked? Just the title.

    Suchi

    #18378
    Sakin
    Keymaster

    @suchi: Can you post in your site URL and then I can check in. Also but confused which 3 header you are talking about. If that is Homepage Featured Content then you can add or remove link as per your need. Just leave the link url empty in “Appearance => Theme Options => Homepage Settings => Homepage Featured Content Options”

    #18412
    Suruchi
    Participant

    here is the link oops

    http://www.sanjaykgupta.com

    #18442
    Sakin
    Keymaster

    @suchi: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box. Initially it was 50px so the following CSS will reduce it by 30px.

    @media screen and (min-width: 961px) {
    .home #main { padding-top: 20px; }
    .home .hentry { padding-bottom: 20px; }
    }
    #18448
    Markus
    Member

    Sakin, I have a similar question … How do I reduce the header space? I would like for the menu and the logo closer together. Here my site: http://www.fhfn.org

    Markus

    #18450
    Sakin
    Keymaster

    @Markus: You can try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box to remove the padding to of menu.
    #header-menu { padding-top: 0; }

    #18452
    Markus
    Member

    It doesn’t work. So far I have the following CSS inserted to take care of a few things, one of them eliminating the space above the header:

    .home #primary .entry-header { display: none; } .home #content article { display: none; } #header-content { display: none; } #header-content { padding: 0; }

    However, the space between the menu and the header image remains. I cropped the logo to its minimum, therefore I know it is not the logo or image being too big.

    I love the design of the theme, but I need to eliminate the space between the menu and the image.

    Do you have any other suggestions?

    Markus

    #18453
    Sakin
    Keymaster

    @Markus: I realized that you are using Catch Evolution Pro theme. So before adding that custom css. Can you go to “Appearance => Theme Options => Header Options” and then make it 0 for “Header Bottom Margin”

    #18457
    Markus
    Member

    Sakin, I did, but the menu is still ‘hanging way below the logo’. Any way possible to move the menu up?

    #18460
    Sakin
    Keymaster

    @Markus: It’s already empty. It’s your header image which has the spaces. See your logo image http://www.fhfn.org/wp-content/uploads/2013/12/cropped-Banner-Color6.jpg

    #46999
    Malar
    Member

    Hi
    I am using catch kathmandu theme the white space between the header and the menu in the home page is too much . Can someone let me know how to reduce this

    #47130
    Sakin
    Keymaster

    @Malar: Please post in your site URL so that I can check in and send you the custom css. I am just giving you sample code as in general. Can you try to add in the following css in “Appearance => Theme Options => Custom CSS” box.If you want to further decrease then you can reduce 20px to 10px or less as per your need.

    #hgroup-wrap {
        padding-bottom: 20px;
    }
    #49023
    Nizar
    Participant

    thanks it worked

    #65673
    flagshop
    Member

    Hello, I was wondering how I could reduce the space between the logo and the menu, but not the top of the logo nor the bottom of the menu? I am using catch kathmandu free theme. Thank you.

    #65828
    Sakin
    Keymaster

    @flagshop: For Catch Kathmandu free theme, please post in Catch Kathmandu Support forum at http://catchthemes.com/support-forum/forum/catch-kathmandu-public/ with your site URL so that I can check in your site and suggest you css.

    #65866
    flagshop
    Member

    Hi Sakin, I posted here: http://catchthemes.com/support-forum/topic/reduce-header-space-between-logo-and-main-menu/

    (I believe this is the correct forum, it’s for Catch Kathmandu, not Everest). Thank you.

    #65870
    Sakin
    Keymaster

    @flagshop: thanks

    #77994
    Jennifer Sims
    Participant

    Hi I’m using Catch Responsive Pro and want to remove the white space between the feature slider and the content page title.

    #78008
    Sakin
    Keymaster

    @jennifersimsdesign-com-au: You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
    #feature-slider { padding-bottom: 0; }

    #78139
    Jennifer Sims
    Participant

    Thanks greatly appreciated.

    I’d also like to remove the spacing between the widgets in both the side
    and footer areas.

Viewing 20 posts - 1 through 20 (of 21 total)
  • The topic ‘white space below the slider and 3 headers’ is closed to new replies.