Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #644517

    I have image and text in one layout element, how can I cahnge padding between them, in Avada theme it’s very easy, here I can not find it?

    #644857

    Hey rypro,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .avia-image-container + .av_textblock_section {
        clear: both;
        padding-top: 20px;
    }
    

    Best regards,
    Yigit

    #644902

    Thanks,
    That worked pretty well. Hope in future updates you can add this function in visual editor.

    #644910

    Hey!

    Please feel free to make feature requests here – https://kriesi.at/support/enfold-feature-requests/ :)

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.