Elementor Wrap Text Around Image
Elementor is an amazing website builder plugin for WordPress. Elementor makes it easy to create beautiful and high converting websites yourself without having to learn code.
- 100% Flexible
- No Coding Necessary
- Thousands of Pre-Built Templates
- Wordpress Only
Software: Elementor | Affiliate Program
Elementor Wrap Text Around ImageElementor Wrap Text Around Image If you’ve ever wanting to wrap text around an image with Elementor, it’s actually quite easy to do. First, add your image and text elements to the page. Next, select the image and click on the “Advanced” tab in the image settings. In the “CSS ID & Classes” input box, add the class “alignleft”. Then, select the text element and click on the “Advanced” tab in the text settings. In the “CSS ID & Classes” input box, add the class “alignright”. Finally, add the following CSS code to your Custom CSS box: .alignleft { float: left; margin-right: 20px; } .alignright { float: right; margin-left: 20px; } And that’s it! Your text should now be wrapped around your image.