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

    Hi support,

    Pricing table – description column not shown on small screens.
    How can this be fixed?

    Lederuddannelse

    Thanks :-)

    /OKEIwebbureau

    #1081453

    Hey OKEIwebbureau,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    /* CSS - */
    
    @media only screen and (max-width: 767px) {
    
    .responsive .pricing-table.avia-desc-col {
        display: block !important;
    }
    .responsive #top .avia-desc-col.pricing-table li {
        text-align: center;
    }}
    
    
    

    Best regards,
    Vinay

    #1081489

    It works, Vinay – thanks :-)

    It seems as if this problem have been around for many years………maybe you can fix it in the next update.

    Please close.

    /OKEIwebbureau

    #1081692

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Pricing table – description column not shown on small screens’ is closed to new replies.