Hello,
I’m making a website where I’m using the WP Job Manager, and for some reason the formatting is not what i expected.
1. If you click on the Job Offer or Candidate Profile (http://rzjob.swissmediadesign.com/?resume=schweisser-wig-rostfrei-industrie) There is no gaps and everything is a huge mess.
2. Is there any way to change the enfold blog layout. The content width is so narrow..I was imaging something more like this: https://demo.astoundify.com/jobify-darker/job/design-technologist-shopping-innovation/
Thank you for your time
Cheers,
Aathi
Hi Arthith!
Thank you for using Enfold.
1.) I’m sorry but we don’t or can’t provide support for third party plugins as stated on our support policy. Please contact the plugin author or ask our partner to make the plugin style compatible with the theme: http://kriesi.at/contact/customization
2,) You can add this in the Quick CSS field if you want to increase the blog container:
#top .fullsize .template-blog .post .entry-content-wrapper > * {
max-width: 900px;
}
#top .fullsize .template-blog .post .entry-content-wrapper {
max-width: 900px;
}
Best regards,
Ismael
okay great thank you!