• Resolved avdsm

    (@avdsm)


    good day
    I can’t understand why horizontal scrolling appears only on mobile devices and only on the add ads page.
    Who hasn’t faced such a problem?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter avdsm

    (@avdsm)

    Sorry, wrong! Not on the “Adding ads” page, but on the ad page. The link is correct.

    Plugin Support Rafiz Sejim

    (@rafizsejim)

    Hello @avdsm

    We are sorry for the trouble.

    Most likely the theme is causing the issue. Please try adding the following CSS in Appearance > Customize > Additional CSS

    @media only screen and (max-width: 600px) {
    body.single-at_biz_dir {
        max-width: 100% !important;
        overflow-x: hidden !important;
    }   
    }

    I hope that should resolve the issue.

    Regards,

    Thread Starter avdsm

    (@avdsm)

    Thank you very much @rafizsejim ! It turned out, now everything is working fine.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘horizontal scrolling’ is closed to new replies.