@media only screen
and (min-device-width : 480px)
and (max-device-width : 528px) {.pricing-table .threecol {width: 40%;}}
@media only screen
and (min-device-width : 514px)
and (max-device-width : 628px) {.pricing-table .threecol {width: 40%;}}
This kind of CSS allow you to adjust the width of any object to specific max/min width of the page.
Let us know if this helped! Cheers!
Author
Posts
Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Appdev Theme Support’ is closed to new topics and replies.