-
livefitflowticket
Hello GeneratePress Team,
I am using the “Info” site from the GeneratePress Site Library on my website.
I am facing a horizontal scroll issue on all category/archive pages. There is extra white space appearing on the right side of the page, and users can scroll horizontally.
This issue is happening on every category page, not just one specific category.
Example URL:
https://livefitflow.com/category/natural-remedies/I already tried:
– overflow-x hidden CSS
– checking container width
– responsive image settingsBut the issue still exists.
Screenshot:
https://postimg.cc/dD93r7WJ
https://i.postimg.cc/y6MRqcc3/scroll-error.pngCould you please help me identify which element or setting is causing the overflow issue?
Thank you.
-
George
Hello,
It seems to be the core category block dropdown that is causing the issue. Could you please, use the following CSS?
.wp-block-categories .wp-block-categories__label { width: auto; max-width: 100%; }
- You must be logged in to reply to this topic.