box shadow around entire table

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #6825

    philip putter
    Participant

    I just purchased your app bundle. I was trying to add a box shadow for a table. I want to give it a little pop. It just looks to flat on the website. I think a shadow affect around the border will look much better. Would you know the correct css code to add thank you.

    #6842

    Hello!

    Please try to put this css code –
    #supsystic-table-1 {
    box-shadow: 0px 0px 10px 2px #ccc;
    }

    where the values in box-shadow are –
    1 – the horizontal offset of the shadow;
    2 – the vertical offset of the shadow;
    3 – the blur radius (optional), if set to 0 the shadow will be sharp, the higher the number, the more blurred it will be;
    4 – the spread radius (optional), positive values increase the size of the shadow, negative values decrease the size. Default is 0 (the shadow is same size as blur);
    5 – color of the shadow

    Don’t forget to change the value of table ID.

    #7122

    philip putter
    Participant

    Mila

    Sorry I just got back to working on the site today. I used your code and it worked perfectly. Thank you so much.

    Best Avery

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Thanks so much! Please Enter Your Info Below To Get PRO Discount and Gifts