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.
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