Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #895830

    We added an Open Table widget on the front page.
    However, when I check it on my iPhone it doesn’t display at all, only on the computer.
    Please advise what to do to make it work.

    #895925

    Hey swmfirm,

    There seems to be some messed up padding on mobile only for the widget. Add this to quick css;

    @media only screen and (max-width: 767px)  {
    .avia-builder-el-9{
    padding:0px!important;
    }
    }

    Best regards,
    Jordan Shannon

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.