Category Archive Page Space Help

Hi, I have some category archive pages on my site and was able to delete the titles by adding the additional CSS:

.archive .h-landmark {
display: none;
}

Now the titles are gone but I am hoping to get rid of the space left over.

Here is what my category archive page looks like: https://stokedmountain.com/category/mountaineering/

I’m hoping to move everything up to match the home page: https://stokedmountain.com/

Thanks!

Hey @tutz99,

Change it to this:

.archive .x-header-landmark {
    display: none;
}

Hope that helps.

Yes! Perfect, that was fast - thank you for your help :slight_smile:

You’re welcome!
We’re glad @Christian were able to help you out.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.