Hi,
If you look at the home page, you’ll see a text box at the top with “Nicholas Sansbury Smith” and social icons below. There is a lot of space above and below “Nicholas Sansbury Smith” and below the social icons.
I need to be able to specify the spacing above and below “Nicholas Sansbury Smith” and below the social icons and the text box below it.
Your help is appreciated!
Thanks!
Nathan
Hey norcalnathan,
To reduce the gap or specify your own on advanced layout elements. Please enable the custom css class name for the advanced layout elements and add this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
.custom-class-name {
margin-top:30px!important;
margin-bottom:30px!important;
}
Best regards,
Vinay
Hi Vinay,
That had no effect at all. However I know what’s happening – just not how to stop it. I removed the css that allowed me to make the “Nicholas Sansbury Smith” a font size of 75. It is adding space above and below at a font size of 75 however there is nothing above or below – not even a space.
Thanks,
Nathan
You can close this ticket. I used different elements to achieve what I needed.
Thanks!