Hi,
I am going to try and explain this as best as possible. I am trying to build a layout where I have a full width slider, follow below by 3/4 with content and 1/4 with a widget area. I would like to split top of 3/4 into sections, left side to have an image and right side to have text follow by the entire 3/4 text below.
Mockup – https://s3.postimg.org/vbhexpxwj/welcome.jpg
My page backend page builder so far – https://s3.postimg.org/dvf3n7j4z/welecome_enfold.png
What I have so far – http://staging.wsmsnyc.org.s167849.gridserver.com/admissions-welcome/
Thanks
Hey navindesigns,
Thank you for using Enfold.
Add the image inside the text block, define the width and then add the “alignleft” class attribute. Something like this:
<img src="image.jpg" class="alignleft"/>
Best regards,
Ismael
that didnt quite work – http://staging.wsmsnyc.org.s167849.gridserver.com/admissions-welcome/
Mockup – https://s3.postimg.org/vbhexpxwj/welcome.jpg
thanks
Hi,
Edit the img tag.
<img class="alignnone size-medium wp-image-314" src="http://staging.wsmsnyc.org.s167849.gridserver.com/wp-content/uploads/2016/08/judy.jpg" alt="013" width="367" height="300">
Replace the class attribute “alignnone” to “alignleft”.
Best regards,
Ismael
perfect that worked
how do i add just a little more padding around the image on the right and bottom so the text is not so close to the image