Hi, I have a problem that the top of my text column on the right is not level with the top of my image column on the left.
How can I bring the text column up to align at the top?
Thanks, Richard
Hey Richard!
Thank you for using the theme.
You can add a top margin on the slider with this on Quick CSS or custom.css:
.page-id-24 .flex_column.av_one_half.first.avia-builder-el-0.el_before_av_one_half.avia-builder-el-first {
margin-top: 18px;
}
Cheers!
Ismael
Thanks Ismael, that worked