Tagged: CSS
Hi!
Perhaps not a support issue, rather a customization issue, but I’ll fire away anyways. I can’t really find the CSS that controls the padding/margins/placement of the left column of text, founf on the link below.
http://macsupportedu.wpengine.com/referenser-torslandaskolan/ (hosted on WPengine)
I want to scoot the left column up so that it aligns with the top image in the right column, but now I’ve spent a good 30 minutes trying to find the CSS, withut any success.
Is there anyone who is more nimble when it comes to CSS than I am who can help me out?
BR
Thomas
Hey ThomasNorden!
Thank you for using Enfold.
You can add a unique selector to any elements on the advance layout builder except for column layouts. Refer to this link for more info:
http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Add a unique css class on the text block then move the element using a negative top margin.
.custom-class {
margin-top: -25px;
}
Cheers!
Ismael