Hi
I am trying to adjust the hero header size on my site for Category pages. I have tried several CSS snippets but it remains very large. Is there a way to do this so that it is not taking up half a page?
Hi
I am trying to adjust the hero header size on my site for Category pages. I have tried several CSS snippets but it remains very large. Is there a way to do this so that it is not taking up half a page?
Hi,
You can use this CSS sample snippet:
.header-hero {
height: 300px;
}
Please note that it can require further customization.
I tried that snippet before posting here, but it doesn’t work.
I fiddled with the padding of the header hero and figured it out
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.