Hello Mike!
For some weird reason, you have a negative margin on your “p” tags. To correct is easy. Paste this code on your CSS plugin/form/section:
p {
margin-botton:2em!important;
}
Let me know if it works.
Hi
Thank you for your reply. Where abouts should I put this code? Sorry if I appear amateur but I am just getting the hang of editing code. Very much a beginner I am afraid so all help is appriciated.
Thank you again
Mike
No problem Mike! No need to be afraid 😉
Install this plugin:
https://ww.wp.xz.cn/plugins/simple-custom-css/
And paste this code on “Appeareance -> Custom CSS”
Save and done 🙂
Let me know if it works.
Hello
I have downloaded, installed and activated the plug in. I have copied and pasted code in the custom css editor, but no luck – page content still not displaying correctly. http://mikeswebsite.co.nf/?page_id=75. I am sure it has something to do with an area on the homepage that I have altered padding or margins for that must share the same content area as my standard full width page templates are using.
Ok,
I saw your code. Its something wrong with the theme CSS. So I recommend you to find on your css file the code:
margin-bottom: -1.5em;
And comment it out. Let me know if it works.
That did the trick! Thank you for helping me with that, I have been pulling my hair out for a while over that.
I don’t suppose you would know how I can get my logo, top header contact details and main menu nav to sit centrally but still be responsive?
I have managed to get them almost central (some work still required) but I have done so by adjusting padding or margins so they are not responding in a responsive manner on other devices.
Nice to hear 🙂
About your menu: is possible to center, but I don’t recommend. This menu because it is too wide to center. It takes all width of your content. Besides, center the menu will brake its visual like it is now: the “contact us” item brake the menu.
I recommend you to use a plugin to give a responsive behavior to your menu. Just check on ww.wp.xz.cn plugins. It will be clean, fast and easy for you to do it.
Hope it helps. Have a nice day.