Hi, how can I reduce the gap that is created at the top of the page when I decide to not show the menu?
Thanks
Hi DROR!
can u please send us the page link?
Thank u
Best regards,
Basilis
Sure, sorry.
Hi,
Looks like your Google conversion is causing that, please try this in Quick CSS:
iframe [name=google_conversion_frame] {
display:none !important;
}
Best regards,
Rikard
Doesn’t look like it made a difference… The gap is still there.
Hi,
Try to add this code in Quick CSS:
#top > iframe {
display: none !important;
}
Let us know if this helps.
Best regards,
Nikko
Hi Nikko, doesn’t look like it made a difference… The gap is still there.
Hi,
Can you please flush browser cache and refresh your page a few times. There is no gap on my end at the moment. If you would like to reduce top padding on transparent pages
.html_header_transparency #top .avia-builder-el-0 .container, .html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
padding-top: 10px;
}
Best regards,
Yigit