Forums
Home / Plugin: Jobs for WordPress / Single job page responsiveness
(@floatingfresh)
4 months ago
On mobile phone the columns of the single product page stretch beyond the screen. Anyone else encountered this?
The page I need help with: [log in to see the link]
Solved by adding this code to CSS:
@media screen and (max-width: 560px) {.job-post .job-content,.job-post .job-side{width: 90% !important;}}