Hi there,
I’m using the “Blog Posts” element on a page and then I have Post Category pages that pull their design from the Enfold Theme Options > Blog Layout section but there are design differences. There’s no divider between posts, the images padding right is different and then the spacing between posts is different too. Is there a way to have them match the style implemented on the jobs page? (http://staging1.thomasrecruitment.co.uk/jobs/)
Here’s an example of a category page – http://staging1.thomasrecruitment.co.uk/category/jobs/professional/
Thanks,
Matt
Also, just noticed that the spacing in the footer is also broken on the category pages, any idea why that would be?
Thanks,
Matt
Hi mattwilliamsyogi,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.archive.category article.post {
height: 160px;
border-bottom: 1px #ccc solid;
margin-bottom: 10px;
}
If you need further assistance please let us know.
Best regards,
Victoria
That’s great, thank you. Do you have any idea why the br in the footer is different on only post category pages?
On this page (http://staging1.thomasrecruitment.co.uk/), the text in the footer is tight together compared to on the following pages –
http://staging1.thomasrecruitment.co.uk/category/fmcg/
http://staging1.thomasrecruitment.co.uk/category/professional/
http://staging1.thomasrecruitment.co.uk/category/industrial/
http://staging1.thomasrecruitment.co.uk/category/driving-jobs/
http://staging1.thomasrecruitment.co.uk/category/thomas-careers/
Thanks,
Matt
Hi Matt,
The br tag is not there on the front page. It’s better to add margins to the elements, not the hr and be.
Best regards,
Victoria