How do I get it so the banner doesn't cover the word "catalog"? It only does this on mobile. Also the banner covers the top of certain products as well and I don't want it to do that either. I have tried making the thickness of the banner less but it hasn't really done much of anything.
Thanks!
Katie
Solved! Go to the solution
Would you mind sharing your store's URL so we can provide a solution for that?
This is an accepted solution.
Add the following code to your timber.css file at the end:
@media screen and (max-width: 769px)
{
body:not(.template-index) .main-content {
padding-top: 80px;
}
}
Don't forget to like & mark as solution if this answers your query, Cheers!
User | Count |
---|---|
11 | |
9 | |
7 | |
7 | |
6 |