[Support request] Blog Post Scrolling Horizontally (Unwanted Scrolling)

Home Forums Support [Support request] Blog Post Scrolling Horizontally (Unwanted Scrolling)

Home Forums Support Blog Post Scrolling Horizontally (Unwanted Scrolling)

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2047069
    lewis

    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 🙂

    #2047110
    Elvin
    Staff
    Customer Support

    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.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.