I have a post blog content element on my home page and the font looks noticeably different to my paragraph of text that is sitting to the right of it. Is there any way I can alter the size to make it the same – the css mark up indicates that it is all “p” and should be the same… can anyone help please? website: http://www.woodsideschool.co.uk
Hey!
Try adding this code to the Quick CSS:
p {
font-size: 12px !important
}
Cheers!
Josue
Works a treat! Many thanks.