Archived topic
Space between the button in the MENU and the sub-menu
3 replies · Started by Robert on January 31, 2023
Hi
I have a little bit strange thing...
On the front page the sub-menu works correct:
https://snipboard.io/CWfGYo.jpg
On the shop page "SKLEP INTERNETOWY" too
But on a other sub-page there is same space between the button DOFINANSOWANIA and the sub-menu
(URL in the Private information):
https://snipboard.io/K9sT6L.jpg
and thats why the sub-menu dont work correct...
What can be the reason for it ?
Kr
Robert
Hi there,
Go to the Additional CSS field in the customizer and remove this block of CSS:
@media (min-width: 769px) {
body:not(.home) .inside-article, .sidebar .widget, .separate-containers .comments-area {
box-shadow: 0 0 20px rgba(0,0,0,0.07);
}
body:not(.home):not(.woocommerce) .site.container {
margin-top: -40px;
}
}
body:not(.home):not(.woocommerce).separate-containers .site-main {
margin-top: 0;
}
Thx!
R
No problem :)