Hi,
I have two problems in the front end.
1. There is too big a gap between the main menu and the big grid or post on every page. The gap always takes on the color of the background. Sometimes the first time you load the page it still looks normal. But as soon as you click something, the gap appears.
In the preview in the backend everything looks good.
2. When opening a page or a post, a login page (in German) appears for a few milliseconds and then disappears during the loading process.
I hope you can help me. Thanks.
dadquarter.de
Hi,
1-2. Please provide me a link to your website to see from where is coming the gap and what can be the problem with the login section that appears from few milliseconds, in this way I will identify the problems and I will be able to provide the proper steps to fix them.
Thank you for you understanding!
I think that this one is ok https://i.imgur.com/zbo6H0w.jpg and the problem is only for these -> https://i.imgur.com/kH5npNX.jpg for this please try this custom css -> https://i.imgur.com/2PE9fu7.png
.td_category_template_disable .td-category-container {
margin-top: 0px;
}
Also this -> https://i.imgur.com/G5Of5tE.png login is from theme, is look that you disable this option from theme panel -> https://i.imgur.com/U20RPEs.png and is take few milliseconds until the theme get the settings from theme panel (read the options that are made) and until then the this is visible. Now this can be solved if you can improve your pages speed and then the code will no longer be display because will be very fast or if you remove this code from theme files (this is not so recommended).
We have a small guide for how you can increase your page speed -> https://tagdiv.com/how-to-increase-page-loading-speed/
Hope this will help you!
Let me know the results!