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.
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