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.
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.
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.
comment out its content rules
can you explain that to a beginner?
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?
On my laptop it is not resolved, but on my work computer it has fixed, is it a responsive issue?
actually I tell a lie it has now resolved on my laptop, must of been a server propagation delay