Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author davidhme

    (@davidhme)

    Try adding this to your theme’s style.css file:

    @media only screen and (max-width: 765px) {
     .ptp-col { width: 80%; }
     .ptp-pricing-table{ white-space: normal; }
    }

    Let me know if this helped.

    Thread Starter Quick Click Hosting

    (@hptonline)

    Hi,

    Thank you for your reply. We have added this to our CSS but unfortunately this hasn’t resolved the issue?

    Do you have any other ideas / suggestions?

    I look forward to your reply.

    Many thanks,
    James

    Plugin Author davidhme

    (@davidhme)

    Could you try this instead?

    @media only screen and (max-width: 765px) {
    .ptp-col { width: 80%; float:left;}
    .ptp-pricing-table{ white-space: normal; }
    }

    If this doesn’t help please post a screenshot and your device’s resolution you used for testing.

    Thread Starter Quick Click Hosting

    (@hptonline)

    Hi David,

    thanks for your reply.

    Unfortunately this still hasn’t fixed the issue.

    I am looking at this on both minimising my browser and on my Nexus 5.

    Many thanks,
    James

    Plugin Author davidhme

    (@davidhme)

    Hi James,

    The problem seems to be that your theme isn’t really responsive. Our pricing tables are only responsive if your theme is responsive.

    That being said, try the following CSS:

    @media only screen and (max-width: 765px) {
    
    .ptp-col { width: 96% !important; float:left;}
    
    .ptp-pricing-table{ white-space: normal;
    }
    #primary {
         width: 780px !important;
    }
    }

    If your problem continues I’d recommend you choose another theme.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Pricing Table Not Responsive’ is closed to new replies.