Archived topic
Spacing Issue
3 replies · Started by Debbie on October 1, 2019
Hi there
I've been using GeneratePress for a while now and think it's great - thank you! I have however come up against a problem and cannot find the solution.
I've set up page header elements to create various options on my site which are working fine, but having now downloaded the WP Job Manager plug-in, cannot figure out how to create a space/padding above the page (job) title on the jobs pages. I'm pretty sure it's a theme work around, not a plug-in one? Any suggestions on how I can fix this?
Also, where is the green highlight element currently showing on "Full Time" - I've looked in customise colours and it's not there?
Thank you!
Hi there,
thanks for the great feedback - much appreciated.
so the page you provided a link to is using a merged header element - but the header element has no content so it pulls the page content up. Would it work to exclude that page / post type from the Header Element ?
Full time meta color is coming from the plugin. You could use this CSS to overwrite that specific meta:
.single_job_listing .meta .full-time {
background-color: #90da36;
color: #fff;
}
Thank you - it took some playing around with but all looking good now :-)
Glad to be of help.