Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1244111

    JohnnyBeGood
    Participant

    Hi,

    I’m using Icon and Cornerstone but I cannot figure how to achieve this effect where text is wrapped around image (see attached).

    Thanks!

    #1244386

    Darshana
    Moderator

    Hi there,

    Thanks for writing in! You can add the following inline styles to your image.

    float:left; margin-right:10px; margin-bottom:10px;

    Hope that helps.

    #1244403

    JohnnyBeGood
    Participant

    Hi,

    Could you please be more specific where I should add above?

    Thanks!

    #1244688

    Prasant Rai
    Moderator

    You can add the css under Custom > CSS in the Customizer.

    #1244752

    JohnnyBeGood
    Participant

    Now it works!
    That CSS is for entire site I assume? Can I somehow limit it only to images that I want?

    #1244837

    Rue Nel
    Moderator

    Hello There,

    Thanks for updating in! To assist you with this issue, we’ll first need you to provide us with your URL of the page in question. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Thank you.

    #1245236

    JohnnyBeGood
    Participant

    Hi,

    Sure. Bellow is the website URL.

    #1245238

    JohnnyBeGood
    Participant
    This reply has been marked as private.
    #1245601

    Christopher
    Moderator

    Hi there,

    To apply CSS to specific image’s element, add CSS in image’s style field. See the attachment.

    Hope it helps.

    #1246613

    JohnnyBeGood
    Participant

    Hi There,

    I got it to work finally!
    float:left; margin-right:10px; margin-bottom:10px; needs to go into image properties just like your screenshot shows and I was adding it to Custom > CSS
    Both need to be text + image elements.
    Thank you!

    #1246615

    JohnnyBeGood
    Participant

    One more thing, where do I control space between image and text? http://prntscr.com/d42h8o

    #1246665

    Paul R
    Moderator

    You can set your image margin bottom to zero.

    float:left; margin-right:10px; margin-bottom:0px;

    Hope that helps.

    #1247312

    JohnnyBeGood
    Participant

    Wow, somehow I missed the obvious. Thank you!

    #1247398

    Prasant Rai
    Moderator

    You are most welcome. 🙂