When i view my website on my 13 inch laptop, everything looks fine on the page with the prices. But, when viewing it on a larger screen, tha page scales. And the headings in the collumns get bigger. But they do not fit anymore. Its not pretty. Whis is this and how can I fix it?
Hi,
When i view my website on my 13 inch laptop, everything looks fine on the page with the prices. But, when viewing it on a larger screen, tha page scales. And the headings in the collumns get bigger. But they do not fit anymore. Its not pretty. Whis is this and how can I fix it?
Regards.
Hey!
Could you provide the site url so we can write up a css fix.
Thanks
Salient Support Team
Hey!
html body .pricing-column h3 { font-size: 20px; }
Salient Support Team
Hi,
Did this. still doesn't look right. See screen. Any other suggestions?
Hey Again!
@media only screen and (min-width: 1000px) and (max-width:1400px) { html body .pricing-column h3 { font-size: 13px !important; } }
Salient Support Team
Nope... (see screen shot).
I'll just use the dash. Thanks for you effort though.