Site logo

Archived topic

Adjust margin before a blog title

3 replies · Started by Niki on March 5, 2022

Viewing posts 1–4 of 4

Hello,

Please would you kindly help...I've been through most of the forum CSS suggestions but don't think I'm doing it right. I've placed CSS through appearance/customize/additional css and also tried "additional css class(es)" on the blog post. Still doesn't put the spacing in.

CSS used: "h1.entry-title {
padding-left: 20px;
}"

I would like a spacing before the blog title "Local Fishing in Shetland"
https://genpresstest.shetlandislandsaccommodation.co.uk/2022/03/05/local-fishing-in-shetland/

Look forward to hearing back
Kindest regards, Niki

Hi there,

so your CSS looks correct.

h1.entry-title {
    padding-left: 20px;
}

Try removing it from the Additional CSS, then paste it back in at the very top of the CSS - you can insert blank likes using the enter key

Grand, I had to take out the H1 to get the post title padding to work! Hey presto, got there, cheers

Glad to hear you got it working

This archived topic is closed to new replies.