Horizontal Scroll / Extra White Space on Category Pages

  • 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 settings

    But the issue still exists.

    Screenshot:
    https://postimg.cc/dD93r7WJ
    https://i.postimg.cc/y6MRqcc3/scroll-error.png

    Could you please help me identify which element or setting is causing the overflow issue?

    Thank you.

  • 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%;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.