Tagged: margins, partner/logo
Hi,
I searched around on the forum and though I did find some clues as to how to do this, none seemed to give a direct response.
I’d like to remove (or precisely control) the top margin from the partner/logo element. That is, I don’t want there to be as much space between the previous element (a text box) and the partner/logo element.
Is there some CSS I could add into the Quick CSS box that would control this?
Thanks!
Naveen
Hey NaveenM!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-logo-element-container {
margin-top: 0!important;
}
If that does not help, please post the link to your page
Best regards,
Yigit
Thanks Yigit.
That didn’t work but…
After much messing around, I realized what’s causing the space is the heading for the partner/logo element. If left blank, there is still space for the heading. It is just filled with “ ”.
Is there any way to disable the heading for the partner/logo element entirely? It is ok if it’s global and affects all partner/logo elements.
Thanks!
(PS I am developing on localhost so can’t post link).
Hi!
Please add following code to Quick CSS
#top .avia-smallarrow-slider-heading { display: none !important; }
Best regards,
Yigit
Great, this worked! Thanks!
Hi!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Regards,
Yigit