-
AuthorPosts
-
September 29, 2017 at 11:26 pm #858641
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 addeddiv .avia-table{
margin:10px 0!important;
{
and the font code no longer works.
Thanks!September 30, 2017 at 8:27 am #858708Hey 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 ShannonSeptember 30, 2017 at 7:51 pm #858805Hi Jordan,
I checked – it looks correct to me (copied below).
Thanks for your helpSeptember 30, 2017 at 11:07 pm #858836Hi,
This looks odd to me:
body p, body { letter-spacing:-.px; }It needs a value.
Best regards,
Jordan ShannonOctober 1, 2017 at 12:03 am #858845I 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
October 1, 2017 at 12:19 am #858846Actually, 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;
{October 1, 2017 at 3:24 pm #858921Hi,
Try this instead:
div .avia-table{ margin:10px 0!important; }Best regards,
RikardOctober 2, 2017 at 4:30 pm #859270Thanks! Works great.
October 2, 2017 at 4:32 pm #859271Hi,
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 -
AuthorPosts
- The topic ‘Question re:price table’ is closed to new replies.
