DrizzyDre Posted January 5, 2022 Share Posted January 5, 2022 Site URL: http://nanlocator.com Ok so I added my CSS code into Design>custom CSS but for some reason my border does not apply to the table on the live site. only when I am in the custom CSS window do I see it. .table{ border-radius: 5px 5px 0 0; overflow: hidden; box-shadow: 0 0 20px rgba(0, 0, 0,0.15); border-collapse: collapse; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; } .table tbody{ display: block; height: 925px; overflow-y: auto; } .table tr{ display:block; } .table tbody tr{ border-bottom: 1px solid #dddd; } Link to comment
tuanphan Posted January 7, 2022 Share Posted January 7, 2022 Hi, Your CSS is invalid. Replace last code with this new code (3 d, not 4 d) tbody tr { border-bottom: 3px solid #ddd !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment