Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • Saguaros Moderator
    #1013764

    Hi GD,

    Yes, the layout view of mobile is so small so we show heading part only (as you can see in demo site).

    If you want to show, you can add this css into Settings > Custom Styles section:

    @media (max-width: 767px) {
      .uber-block .hidden-xs {
        display: block !important;
      }
    }

    Regards

    greendome Friend
    #1013860

    Thank you – worked as expected 🙂

    GD

    Saguaros Moderator
    #1014005

    You’re welcome!

    greendome Friend
    #1014872

    Hi Saguaros,

    I still have the css code you suggested into Settings > Custom Styles section but for some reason the price table is not showing in full on mobile devices. It seems to have reverted back to showing the Title only.

    Thanks,
    GD

    Saguaros Moderator
    #1014930

    May I know which part is missing?

    greendome Friend
    #1015057

    Apart from the Heading, all the text and prices from the table are missing on mobile devices.

    Price Table

    Seems like the CSS is not kicking in.

    Thanks,
    GD

    Saguaros Moderator
    #1015725

    Hi GD,

    It looks like you removed above css rule, could you share the admin login info so I can have a look also?

    greendome Friend
    #1015926
    This reply has been marked as private.
    Saguaros Moderator
    #1016345

    Hi,

    The class is updated in new version of JA Builder, I’ve just changed all ‘.uber-block’ class to ‘.jub-block’ and page loads your custom css now. Kindly check.

    Regards

    greendome Friend
    #1016378

    Working as expected, thank you so much!

    GD

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

This topic contains 10 replies, has 2 voices, and was last updated by  greendome 7 years, 1 month ago.

The topic ‘Pricing Table’ is closed to new replies.