• Resolved esar

    (@esar)


    Hi,

    I am using the Responsive Pro Theme from cyberchimps and WP Jobmanager from Mike.

    On the startpage there are 2 widgets, one of them is for the job manager. For some reason the layout is totally off. Could you please help me fix it?
    The site is newsite.esar-gmbh.de

    Thanks in advance!

    https://ww.wp.xz.cn/plugins/wp-job-manager/

Viewing 5 replies - 1 through 5 (of 5 total)
  • 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

    Evert

    (@fourleafed)

    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 !!!

    Plugin Author Mike Jolley

    (@mikejolley)

    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.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Widget displays content incorrectly’ is closed to new replies.