Tagged: Code Block Element
Hello guys. Again, love, love, love your Enfold theme.
I added a code block element and put in a script for a chat feature.
Now the page has a blank white space where this code block element is.
Can you not have this element take up a physical space on a page and still be there?
I am having the same issue with adding an element and choosing mobile only – small screens to show the element – but on large screens I am seeing a blank white space where the element was placed.
In both examples – I was expecting them to be an invisible element but they are creating a blank white space.
You can see this at – http://cryptonmobile.mswebhosting.net/ – bottom of page under the last “color section” is a white space under color section and socket… that is where the CODE BLOCK is located that has the chat script.
Thank you in advance,
Chris
Hey Madison,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.home #after_section_4 .content {
padding: 0px;
border: none;
min-height: 0px;
}
If you need further assistance please let us know.
Best regards,
Victoria
That worked perfect! Thank you so much.
Chris