I noticed “javamwa” asked a similar question two posts ago, but he resolved it before getting an answer!
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
So the issue is only on the home page?
Ah, no, I guess I need to change it for every page (the whole theme)
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
If you’re not using a Child Theme, and if the theme doesn’t have a designated section of the dashboard for CSS modifications then install this Custom CSS Manager plugin http://wordpress.org/plugins/custom-css-manager-plugin
Then use its “CSS Code” section of the dashboard to hold your CSS modifications:
Alternatively use your Child Theme style.css file to hold your CSS modifications:
.page-content,
.entry-content,
.entry-summary {
margin-top: 0;
}
Yes part way through making the website I have realised that I should of been using a child theme… If i set this up now am I likely to lose and settings I have previously put in place??
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
If i set this up now am I likely to lose and settings I have previously put in place??
Only if you update your theme
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
I would recommend using a Custom CSS plugin instead