Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #128452
    hugohendriks
    Participant

    Hi,

    I want to put the excerpt text on the right instead of below the image. I tried this with some custom css but i can’t seem to get it to work. Do you have a suggestion for me?

    So image here–> text here.

    my site: http://www.redrock-it.nl

    cheers

    #128461
    tikaram
    Keymaster

    @hugohendriks : Go to Appearance => Customize => Additional css and add the following css.

    @media screen and (min-width: 641px) {
    .entry-summary p {
    	width: 65%;
    	float: left;
    	padding-left: 20px;
    }
    
    #content .entry-summary img {
    	float: left;
    	width: 30%;
    }
    }

    Let me know if you need any further assistance.

    Regards,
    Tikaram

    #128473
    hugohendriks
    Participant

    Thanks Tikaram…that did the trick!

    #128480
    tikaram
    Keymaster

    @hugohendriks :Glad to know that the issue has been resolved. Let me know if you have any further issues.

    Regards,
    Tikaram

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Text wrap excerpt with image’ is closed to new replies.