• Resolved floatingfresh

    (@floatingfresh)


    On mobile phone the columns of the single product page stretch beyond the screen. Anyone else encountered this?

    • This topic was modified 1 year, 10 months ago by floatingfresh.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter floatingfresh

    (@floatingfresh)

    Solved by adding this code to CSS:

    @media screen and (max-width: 560px) {
    .job-post .job-content,
    .job-post .job-side{
    width: 90% !important;
    }
    }

    • This reply was modified 1 year, 10 months ago by floatingfresh.
Viewing 1 replies (of 1 total)

The topic ‘Single job page responsiveness’ is closed to new replies.