Archived topic
category page padding error
5 replies · Started by Matthias on September 23, 2019
Hi,
first of all thank you for the amazing generatepress theme. We are happily using the premium version and transferring all our sites due to the speed gains.
On one site we have an issue with ONE category page (while all other category pages work fine). We have disabled plugins and cache, this is what happens:
On mobile view only the category width is to wide, hence you do not see everything and have to move the screen.
On all other categories it works fine.
Any idea why this is happening?
Thank you,
Matt
I pasted the category page in the URL field where it is happening.
Hi there,
generally this happens because padding has been added to a 100% wide container. Can you flush and disable the cache so i can take a closer look.
Hi David,
thank you for your reply. I just deactived the caching + purged it.
All the best,
Matt
Try adding this CSS:
.archive .page-header {
overflow: auto;
}
Hi David,
perfect! It worked, thanks a million for the great support,
Matthias
Glad to be of help.