Fantastic, that solved it.
Thanks again!
Thanks for that, I will look into the All in One SEO Pack plugin!
Cheers!!
You have to create the seperate template page and add in :
/*
Template Name: Template Page Name
*/
This normally goes at the top within <?php ?> PHP tags.
The CSS will be under your themes >> editor section – under styles.css
Styles.css is the default file, I generally update it locally and upload it so everything is in sync.
You can of course link in other css files to your hearts content just as normal.
I’m guessing you know CSS to change the font / size 😉
Im an idiot.
I removed padding:
* {
margin: 0px;
padding: 0px;
}
and didn’t put it back in.