• Resolved rving56

    (@rving56)


    Hello everyone,

    I am currently using wp job manager for my job board website and I wanted to know if there was any way I could customize the way the jobs are displayed on the page, to make it look more modern (for exemple if the jobs could be showed on boxes instead of lists or if I could hide some filters etc..)


    Thank you in advance for your responses

Viewing 1 replies (of 1 total)
  • You can use CSS to do most of the thing without touching the WPJM core files. For instance, if you want boxes instead of a list (when you say boxes I assume you mean like 3 boxes to a row), set the unordered list <ul class=”job_listings”> using CSS: ul.job_listings {column-count: 3;}

    Then you will need to hit every element within that unordered list to display company name, location, image, etc. to stack top to bottom.

    Have you looked at the mobile version? In my case, it shows two boxes to a row. Maybe you can look at the CSS for that and take what you need to use for desktop.

Viewing 1 replies (of 1 total)

The topic ‘Customize job listing’ is closed to new replies.