• Hello,

    I’m having trouble the some unwanted space added to my site using the Moesia Theme.

    https://homegrowngathering.com/

    The homepage is fine but all other pages have an excessive white background before the main content.

    Can anyone see what I’ve done wrong?

    Thanks in advance.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey,

    You’ve set a fixed header height in your custom CSS, while disabling the header image for secondary pages. Change your selector to this: .home header.site-header

    Thread Starter thomasbrennan

    (@thomasbrennan)

    Thanks vladff!

    I’m sorry I don’t know where to make this change. I didn’t set the site up.

    Where do I find this selector?

    Best, Tom

    I see. You have a custom CSS plugin installed. I don’t know how it’s called. Find it and you’ll notice that some code was added in the textarea it provides. Scroll down and you’ll see this:

    header.site-header {
    	height:550px !important;
    }

    Change it to this:

    .home header.site-header {
    	height:550px !important;
    }

    Thread Starter thomasbrennan

    (@thomasbrennan)

    Great! I’ll see if I can find it. Thanks again.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Moesia Background Extra Space’ is closed to new replies.