My client would like the text on this page: http://hubholdings.com/profile/
to match (or come closer) to the height of the image next to it. Is there a way with shortcode to add some padding on this page only or add a non-breaking space? I could not find the shortcode for this.
Thanks so much
Hi!
Enable this:
http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Set that text block a class (ex: custom_text_block) and then add this to the Quick CSS:
.custom_text_block{
padding-top: 20px;
}
Cheers!
Josue