Site logo

Archived topic

Blog Post Scrolling Horizontally (Unwanted Scrolling)

1 reply · Started by lewis on December 12, 2021

Viewing posts 1–2 of 2

Hi all, just setting up a new website and I am noticing that the blog roll and also the blog posts themselves are able to scroll horizontally on both mobile and desktop. For the homepage and pages, this does not occur.

Here are links for an example:

Any help would be much appreciated :)

Hi there,

The label of the search bar on your sidebar is causing this issue.

A workaround would be adding this CSS:

@media (max-width:768px){
    label.wp-block-search__label.screen-reader-text {
        display: none;
    }
}

But it may be better if you can remove the empty label on Appearance > Widgets > Right Sidebar.

This archived topic is closed to new replies.