Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #262100

    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/

    #262334

    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

    #262542
    This reply has been marked as private.
    #262682

    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

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