Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #726194

    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

    #726212

    Hi DROR!

    can u please send us the page link?
    Thank u

    Best regards,
    Basilis

    #726214

    Sure, sorry.

    #726437

    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

    #726492

    Doesn’t look like it made a difference… The gap is still there.

    #727724

    Hi,

    Try to add this code in Quick CSS:

    #top > iframe {
        display: none !important;
    }

    Let us know if this helps.

    Best regards,
    Nikko

    #727858

    Hi Nikko, doesn’t look like it made a difference… The gap is still there.

    #728322

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.