Hi cjbmeb14. Can you post a link to your site so we can see the issue? Thanks.
Sorry for the late reply.
Here is a link to a page of my website that is not displaying the text: http://dograces.co.uk/greyhound-racing-results/
As you can see on this page images appear fine but there is no text showing at all even though there should be about 900 words on this page.
If I disable the sidebars and make it full page then all the text can be seen.
Very strange, the problem is that all of the text seems to be enclosed in span elements with a class of s1, and there’s a CSS rule which shifts the text over 340px to the left, meaning it gets hidden by the left sidebar. It’s as if your content area is being formatted as sidebar 1 (the left sidebar).
Not sure if this is a setting issue, but if you can’t figure it out, or if someone else doesn’t offer a solution, you can try adding this CSS rule using a Custom CSS plugin:
.content .p1 .s1 {
margin-left: 0;
float: none;
width: 100%;
}
I have tried this plugin and added the rule.
It seems it has fixed the problem.
What could have been causing the problem? another plugin perhaps?
Anyway thanks @crouchingbruin
-
This reply was modified 9 years, 6 months ago by
cjbmeb14.