Hi Esar,
you can fix it by adding extra CSS to style the content of the widget. You could try to add the following to the bottom of your stylesheet:
.widget_recent_jobs ul.job_listings, .widget_recent_jobs ul.job_listings li.job_listing a div.position, .widget_recent_jobs ul.job_listings li.no_job_listings_found a div.position, .widget_recent_jobs ul.job_listings li.job_listing a .meta, .widget_recent_jobs ul.job_listings li.no_job_listings_found a .meta { padding: 0!important; }
.widget_recent_jobs ul.job_listings li.job_listing a .meta, .widget_recent_jobs ul.job_listings li.no_job_listings_found a .meta { width: 40%!important; }
Cheers, Evert
Thread Starter
esar
(@esar)
Hi FourLeafed,
Thanks a lot for your help! It fixed the problem like a charm!
Best regards,
eSAR
You are welcome! Please consider setting the thread to resolved.
Cheers, Evert
Thread Starter
esar
(@esar)
Hi, unfortunately it did not fix the problem, as the right column is now too far down and not in line with the job description.
Please check the website to see what i mean. Thanks !!!
Ideally you should go to the theme support for help styling if they support customisations, but for a start you need some clearfixes in place:
ul.job_listings li { overflow:hidden; }
That should stop the jobs overlapping.