• Resolved kimkellymom

    (@kimkellymom)


    How do you make the white space, on the home page, smaller? The space that contains your menu, logo and business/site name.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Catch Themes

    (@catchthemes)

    @kimkellymom: For this I need your site URL and also let me know how much you want to reduce it.

    I have the same question. My site url is chisholmtrailballroom.com. The unused header space is so large that the contact button doesn’t show at the bottom of the page. A potential client must scroll down to see the contact button.

    Theme Author Catch Themes

    (@catchthemes)

    @janetmermaid: I see that you have added both header logo and Site Details and then you have long Primary Menu. So, it floated below as it couldn’t fit on right.

    So need to add the following css in “Appearance => Theme Options => Custom CSS” box to reduce the spaces.

    /* For menu/header Right space above */
    #header-right { padding-top: 0; }
    #header-right .widget ( margin- top: 0; }
    /* For menu/header Right space below */
    #hgroup-wrap { padding-bottom: 30px; }

    Thread Starter kimkellymom

    (@kimkellymom)

    I added the HTML from above and it worked perfectly. Thank you!

    Theme Author Catch Themes

    (@catchthemes)

    @kimkellymom: nice.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Home Page White Space’ is closed to new replies.