Tagged: text alignment
Hello Kriesi Team,
I have a problem with text alignment between two layout elements. Is there a way to make the text start from the same line at top. I checked but couldn’t find a solution.
Thank you in advance
Hey dilge!
Add this to your custom CSS.
.av_textblock_section p {
margin-top: 0px !important;
}
Regards,
Elliott
Thank you so much @elliott , saved my day :)