Hi – I just got some help reducing the margin in a price table – it works great – but now I’m unable to make other style changes, like reducing the font size. For example, I had been using this code to change font-size
td {
font-size: 18px;
}
which worked fine, then the margin code was added
div .avia-table{
margin:10px 0!important;
{
and the font code no longer works.
Thanks!
Hey bobjonesdesigns,
Please double check all custom css you have entered. In instances in which css is not being read, it could me there is a formatting error somewhere in the custom css you currently have.
Best regards,
Jordan Shannon
Hi Jordan,
I checked – it looks correct to me (copied below).
Thanks for your help
Hi,
This looks odd to me:
body p, body {
letter-spacing:-.px;
}
It needs a value.
Best regards,
Jordan Shannon
I removed it, but the code I was using to change the font size still did not work. This is what I was using:
td {
font-size: 8px;
}
Can you suggest some other code?
Thanks
Actually, there is something wrong with the code you gave me earlier to change the margin. When I use it, none of the other custom css code work. Here is that code:
div .avia-table{
margin:10px 0!important;
{
Hi,
Try this instead:
div .avia-table{
margin:10px 0!important;
}
Best regards,
Rikard
Thanks! Works great.
Hi,
I’m glad you were able to get that corrected. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon