• Resolved floatingfresh

    (@floatingfresh)


    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]

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;
    }
    }

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.