-
AuthorPosts
-
July 2, 2019 at 2:51 am #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.
July 2, 2019 at 9:57 am #1115111Hey 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,
RikardJuly 2, 2019 at 3:54 pm #1115206This reply has been marked as private.July 2, 2019 at 4:39 pm #1115223i 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.July 2, 2019 at 4:44 pm #1115224Thank you Guenni007! What coding would I add for this?
July 2, 2019 at 9:30 pm #1115280That didn’t work. Enfold support do you have any suggestions?
July 2, 2019 at 9:57 pm #1115283i have no page to see ?
If you could make it public – just let me see.July 2, 2019 at 11:49 pm #1115304I don’t want to make the link public but thank you. Rikard can you please assist?
July 3, 2019 at 9:11 am #1115386Hi,
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,
RikardJuly 3, 2019 at 5:03 pm #1115518This reply has been marked as private.July 4, 2019 at 8:28 am #1115661Hi,
Yes I understand that, you didn’t answer my question though?
Best regards,
RikardJuly 4, 2019 at 4:54 pm #1115839Sorry I put the coding in Quick CSS
.page-id-4889 .avia-builder-el-0 .container {
padding-top:0!important;
display:none!important;
}July 5, 2019 at 10:15 am #1115999Hi,
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,
VinayJuly 5, 2019 at 4:12 pm #1116061This reply has been marked as private.July 6, 2019 at 9:37 am #1116215 -
AuthorPosts
- You must be logged in to reply to this topic.