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
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
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
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
Works like a charm!
Thank you very much
Best regards,
wordmax