Hi
The website is beautiful. Im very satisfiled.
However, when I combine tabs with tables inside, it shows not correctly in mobile, android phone.
it shows well in monitor though.
Please see this on android phone.
http://www.vertigosalonla.com/services/
Hey tobylove!
I just checked your website on my iphone and it does look fine on my end – http://i.imgur.com/DjIKpi6.png
Can you post a screenshot and show the issue you are seeing?
Regards,
Yigit
Hi!
Thank you for the update.
Unfortunately, this is an old issue with the responsive table and we haven’t find any fix until now. What you do is to remove the mobile phone media query for the table on css > shortcodes.css. Find this section then remove it:
@media only screen and (max-width: 767px)
{
.responsive .avia-pricing-table-container , .responsive .pricing-table-wrap{display:block;}
.responsive .pricing-table{display:block; margin-bottom:40px;}
.responsive .pricing-table.avia-desc-col{display:none;}
}
Cheers!
Ismael