Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #579140

    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

    #579305

    Hey dilge!

    Add this to your custom CSS.

    .av_textblock_section p {
        margin-top: 0px !important;
    }

    Regards,
    Elliott

    #579376

    Thank you so much @elliott , saved my day :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Text alignment problem’ is closed to new replies.