Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #981306

    I created a pricing table and noticed that when i’m in portrait mode on an iPad the Pricing falls out of the block. How can I fix this?

    https://www.dropbox.com/s/dywqfpub5mdiqbz/IMG_0017.PNG?dl=0

    #981964

    Hey apremierdj,

    Thank you for using Enfold.

    Where can we see the issue? I can’t find the pricing tables on the “stlouisdj site. Did you use columns to separate the tables? Try to set their “Screen Options” > “Fullwidth Break Point” to the second option.

    Best regards,
    Ismael

    #984050

    The table is located here

    Staging2.stlouisdj.com/pricing

    #984053

    And still having the issue on small screens

    #984062

    Hi apremierdj,

    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:959px) and (min-width:768px) {
      #top .pricing-table li.avia-pricing-row {
        font-size: 36px;
      }
    }

    Hope it helps :)

    Best regards,
    Nikko

    #984317

    Is there a way to make the titles bigger and the pricing smaller?

    #984323

    Hi,

    Add this to quick css:

    .first-table-item, .first-table-item h3{
    font-size:20px!important;
    font-weight:normal;
    }
    
    .avia-pricing-row, .avia-pricing-row h3{
    font-size:16px!important;
    color:#fff!important;
    }

    Best regards,
    Jordan Shannon

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