Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • Richard Worthington
    Participant

    Hi !

    Please can you let me know the css to make the text wrap round the thumbnail? At the moment it’s appearing below the image.

    Thanks,

    Richard

    Hi Richard,

    It looks like your theme is overriding the feed’s style causing it to not wrap.

    Can you please share website URL ?

    I’ll have a look suggest CSS to force the wrapping.

    Thanks,
    Aakash

    Richard Worthington
    Participant

    Hi Aakash,

    Many thanks for the quick reply!

    BTW thanks for a great plugin – I’ve been searching for a while for a flexible RSS plugin!

    I’m experimenting at the moment – the test site is at http://miamiajewels.com/1966home/

    I’ve also been trying to change the font size too but that wasn’t working either – I was using

    .srr-summary {
    font-size: 20px !important;
    color: #0f0 !important;
    }

    Thanks again!

    Richard

    Hi Richard,

    It seems the shortcode value is wrong. Thumbnail position is “align_left” But you have mentioned “left_align”

    Please remove any additional CSS you’ve added earlier (like below) and it will work.

    .srr-wrap div {
        display: flex;
        flex-wrap: wrap;
    }

    Thanks,
    Aakash

    Richard Worthington
    Participant

    Well that was a rookie error 😳

    Any idea why the below css is not changing the text size etc.? I’ve put the background colour in to check I’m referencing the correct css type

    .srr-summary {
    font-size: 20px !important;
    color: #0f0 !important;
    background: #00f !important;
    }

    Thanks for all your help!

    Please use below selector.

    .srr-summary p {
        font-size: 24px;
    }

    Thanks,
    Aakash

    Richard Worthington
    Participant

    Perfect – thanks!

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.

Subscribe for updates

Get updates on the WordPress plugins, tips and tricks to enhance your WordPress experience. No spam. View newsletter