New Landing How can we help? Atelier Style Pricing Table for Mobile (Media Query

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Atelier
  • #289038
    kyzcreig
    Member
    Post count: 137

    I’m using a plugin that gives quantity discounts and adds a pricing table. The table looks great except on mobile where it bleeds off the edge a bit, as seen above.

    I think a media query to make the cells smaller would fix this. Can you help me?

    #289274
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    @media only screen and (max-width: 767px) {
    .rp_wcdpd_pricing_table td {
       padding: 2px 4px 2px 4px !important;
    }
    }

    Thanks
    Mohammad

    #289320
    kyzcreig
    Member
    Post count: 137

    Hi that didn’t do the trick. My tables are still bleeding off.

    View post on imgur.com

    #289367
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please remove my last code and use this new code:-

    @media only screen and (max-width: 991px) {
    .rp_wcdpd_pricing_table td {
       padding: 2px 3px 2px 3px !important;
    }
    }

    Thanks
    Mohammad

    #289524
    kyzcreig
    Member
    Post count: 137

    Mohammad, this is perfect. Bless you!

    #289529
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Glad 🙂 to help you.
    Thanks
    Mohammad

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register