Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Luca Grandicelli

    (@lgrandicelli)

    Hello,
    you have some custom CSS which is preventing the correct visualization of your special recent posts.
    You can find this code inside style.css
    at this selector:
    .latestblogs .srp-widget-singlepost

    Remove those rules or adjust them.

    Thread Starter pipebandworld

    (@pipebandworld)

    Hiya,

    Would you give me some more info what I should adjust.

    I have played about with alignment and px settings and its not even moved.

    Plugin Author Luca Grandicelli

    (@lgrandicelli)

    Dear customer,
    as i wrote in the last thread, you have to find this selector within your style.css stylesheet:

    .latestblogs .srp-widget-singlepost

    and comment out its content rules.
    This should fix this issue.

    Thread Starter pipebandworld

    (@pipebandworld)

    comment out its content rules

    can you explain that to a beginner?

    Plugin Author Luca Grandicelli

    (@lgrandicelli)

    That means you have to comment those lines of code.
    I’ll tell you exactly what to do:

    1 – Open style.css (it’s probably your theme stylesheet).
    2 – Look for “.latestblogs .srp-widget-singlepost”
    3 – Once found you’ll see something like:
    .latestblogs .srp-widget-singlepost {
    my rule 1
    myrule 2
    etc…
    }

    Commenting out…
    .latestblogs .srp-widget-singlepost {
    // my rule 1
    // myrule 2
    // etc…
    }

    Done. But from i can see you already done such things, everything seems ok now ain’t it?

    Thread Starter pipebandworld

    (@pipebandworld)

    On my laptop it is not resolved, but on my work computer it has fixed, is it a responsive issue?

    Thread Starter pipebandworld

    (@pipebandworld)

    actually I tell a lie it has now resolved on my laptop, must of been a server propagation delay

    Plugin Author Luca Grandicelli

    (@lgrandicelli)

    Good 😉

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘New version’ is closed to new replies.