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

    Hi

    There is an additional scroll bar appearing on my webpage. How can I remove it?

    I also just upgrade the theme recently and the blog post preview on the main page has image boxes which were not there previously. How can I remove those preview images? I prefer to have just the title and excerpt of the blog posts.

    Thank you.

    #372684

    Hi ghost85!

    First off try deactivating all plugins. The scrollbar should go away when doing that so reactivate your plugins one by one to see which one is causing the problem.

    If that does not help then try adding this to your custom CSS.

    html.responsive, .responsive body {
      overflow-x: visible !important;
    }

    Best regards,
    Elliott

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