Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #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 added

    div .avia-table{
    margin:10px 0!important;
    {
    and the font code no longer works.
    Thanks!

    #858708

    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

    #858805

    Hi Jordan,
    I checked – it looks correct to me (copied below).
    Thanks for your help

    #858836

    Hi,

    This looks odd to me:

    
    body p, body {
    
    letter-spacing:-.px;
    }

    It needs a value.

    Best regards,
    Jordan Shannon

    #858845

    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

    #858846

    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;
    {

    #858921

    Hi,

    Try this instead:

    div .avia-table{
      margin:10px 0!important;
    }

    Best regards,
    Rikard

    #859270

    Thanks! Works great.

    #859271

    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

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Question re:price table’ is closed to new replies.