Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #398237

    Hey!

    I have a textbox with an image on the left and the text on the right.
    But the text is to close to the image. How can I increase the distance between both?

    Thank you!
    Regards,
    wordmax

    #398240

    Hey wordmax!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia_textblock img.alignleft {
    margin-right: 30px;
    }

    Best regards,
    Yigit

    #398248

    Hey Yigit,
    works great, thank you very much for your superfast help.
    Is there the possibility to realize the same with a custom-css-class so I can adjust it individually per Textbox?

    Regards,
    wordmax

    #398251

    Hi!

    Sure, you can turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then give your text block element a custom CSS class and change the code to following one

    .avia_textblock.your-custom-class-here img.alignleft {
    margin-right: 30px;
    }

    Cheers!
    Yigit

    #398256

    Works like a charm!
    Thank you very much

    Best regards,
    wordmax

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Textbox with image and text. How to control image margin’ is closed to new replies.