Hi there
In the desktop as well as Mobile Preview, the theme is displaying too much blank white space between navigation menu and the Article Title. How do I reduce it?
Screenshots Attached below :
Desktop Preview

Mobile Preview

Also the Search Icon is not aligned correctly with the Menu items, it is placed slightly below..
Regards.
Hello dpk,
I have inspected your website and I did not see any big white space like in your image, as you can see here -> https://www.screencast.com/t/E3KzpyQ6JFwr I saw that you are using the Mobile Theme now. If is not what you mean, provide more details.
Thanks for the message!
Hi Please try checking any of the articles like this one – http://makingbig.in/girls-participating-swacch-bharat-abhiyaan/
On homepage it looks fine, but not on individual posts.
I’m not using mobile theme, just the normal theme which is responsive. So don’t feel the need to use a mobile theme.
Regards.
Hi,
That would be the breadcrumb container, I could give you a code to remove it since you are not displaying breadcrumbs, It would look like this
– https://www.screencast.com/t/nmQzTANM
– https://www.screencast.com/t/81KDL32eu8pD
This is the code for that, enter it in Theme panel->Custom CSS
.td-crumb-container {
display: none;
}
Thanks