• Resolved johnmarkshea

    (@johnmarkshea)


    When on mobile the bottom of the page has 14 job pages so it puts it on two rows, but then the rows overlap the second row needs to be lower. How do I fix this?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Arsalan Ahmed

    (@arsalanahmed901)

    Hi @johnmarkshea,

    We apologize for the inconvenience.

    We have diagnosed the issue and will add a fix in the next release of Simple Job Board.

    However, please add the following CSS in the style.css file of your activated theme:

    @media (max-width:767px){
        .sjb-page .pagination li a {
            line-height: 40px;
        }
    }

    Feel free to reach out for further assistance.

    Regards,

    Thread Starter johnmarkshea

    (@johnmarkshea)

    Awesome, thank you so much it’s working great on mobile now!

    Arsalan Ahmed

    (@arsalanahmed901)

    Hi @johnmarkshea,

    We’re glad to know that your query has been resolved.

    Don’t be hesitant to reach out for assistance.

    Regards,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Pages overlapping on Mobile’ is closed to new replies.