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?
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
The table is located here
Staging2.stlouisdj.com/pricing
And still having the issue on small screens
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
Is there a way to make the titles bigger and the pricing smaller?
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