Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #1114996

    I need help to remove the space where the header would normally sit – on one page only. When you hide the header the space remains. Please let me know how to remove this.

    #1115111

    Hey web4698,

    Please try the following in Quick CSS under Enfold->General Styling:

    .page-id-4889 .avia-builder-el-0 .container {
      padding-top:0;
    }

    Best regards,
    Rikard

    #1115206
    This reply has been marked as private.
    #1115223

    i do not see the page you are concerning to- but
    visibility:hidden means that unlike display:none, the tag is not visible, but space is allocated for it on the page.
    The tag is rendered, it just isn’t seen on the page.
    So maybe you can set it to display none.

    #1115224

    Thank you Guenni007! What coding would I add for this?

    #1115280

    That didn’t work. Enfold support do you have any suggestions?

    #1115283

    i have no page to see ?
    If you could make it public – just let me see.

    #1115304

    I don’t want to make the link public but thank you. Rikard can you please assist?

    #1115386

    Hi,

    It works when I check it in the browser, where exactly are you placing the code? You can easily inspect the element in question in your browser if you want to verify if it’s applying or not.

    Best regards,
    Rikard

    #1115518
    This reply has been marked as private.
    #1115661

    Hi,

    Yes I understand that, you didn’t answer my question though?

    Best regards,
    Rikard

    #1115839

    Sorry I put the coding in Quick CSS
    .page-id-4889 .avia-builder-el-0 .container {
    padding-top:0!important;
    display:none!important;
    }

    #1115999

    Hi,

    Thank you for contacting us.

    Let us know if the code worked for you and please make sure to clear the cache every time when you add a new code :)

    You may not see the changes until the cached files are cleared in your browser.

    Please perform the below steps to clear the browser cache:

    1. Disable “merging and compression” for CSS and JS files from Enfold > Performance.
    2. If a caching plugin is installed check the plugin settings and clear the cache and deactivate the plugins for testing purpose.
    3. Hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload”.

    Best regards,
    Vinay

    #1116061
    This reply has been marked as private.
    #1116215

    Hi,

    Post login details in private so that we can do it for you.

    Best regards,
    Rikard

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