Hey Everyone,
I had recently asked about aligning an image with text in this question – https://kriesi.at/support/topic/align-image-and-text/
How would I do that same thing but in a Grid Row?
Thanks!
Hey MikeTandySwag,
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
#av-layout-grid-1 .flex_column.av_one_half + .av_one_half {
margin-left: -60px;
margin-top: 40px;
}
#av-layout-grid-1 .flex_column.av_one_half + .av_one_half h2 {
text-align: left !important;
}
If you need further assistance please let us know.
Best regards,
Victoria