• Resolved naarwebzi

    (@naarwebzi)


    Hello,
    Thank you for this great plugin.

    Please advice.

    I have added the job listings in the middle of the page, changed some css to remove the logo and changed the margin/padding but when I add the recent job listing widget it takes the global css chagnes.
    How can I separate the css code for widgets?

    Is it possible to add headings as illustrated in this link? I mean like Job Title, Location

    http://take.ms/53VCS

    thank you very much

    https://wordpress.org/plugins/wp-job-manager/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Mike Jolley (a11n)

    (@mikejolley)

    To add headings you will need to change the template files. See here: https://wpjobmanager.com/document/template-overrides/

    As for the widgets, the sidebar/widgets have a CSS class name you can target.

    Thread Starter naarwebzi

    (@naarwebzi)

    please help me on this,
    if you see on this link the word Cardio Conultant is aligned well on the left side (middle page) but it is not showing well in the sidebar widget.
    Which css is to target to align it well in the sidebar?

    http://take.ms/53VCS

    thank you

    Plugin Author Mike Jolley (a11n)

    (@mikejolley)

    View your page’s source – it varies per theme. usually you can target it with .widget li.job_listing {}

    Thread Starter naarwebzi

    (@naarwebzi)

    Hello,
    thank you. I will try to find it.

    thanks

    regards,

    Thread Starter naarwebzi

    (@naarwebzi)

    Mike,
    thanks for pointing me to the right direction.

    Maybe this will be useful for others.

    To adjust the margin of the job title in the sidebar widget Recent Jobs I have used the following css:

    .widget_recent_jobs ul.job_listings li.job_listing a div.position h3, ul.job_listings li.no_job_listings_found a div.position h3 {margin-left: 14px;}

    to adjust the meta info such as location, company and job-type:

    .widget_recent_jobs ul.job_listings li.job_listing ul.meta {margin: 15px;}

    Thread Starter naarwebzi

    (@naarwebzi)

    Marking this as Resolved.
    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘WP Job Manager’ is closed to new replies.