Responsive design issue
Hello
I have created the page however when I open the page in iPad the button "hotel booking" and "Book Now" overlaps each other . You can check the same at the page https://booknow.zjcatering.com/
The buttons overlaps when I open the page in ipad potrait mode
Thanks
Rajeev Nair
Comments
as we can see, the buttons does not look good on iPad because of your custom css:
You can also find some pre-built rules under responsive.css file.
@media only screen and (min-width: 768px) {
/* For tablets: */
.bannerbtn {
width:100% !important;
}}