Tagged: margins, responsive tables
How can create margins/padding to the responsive tables in Enfold? Right now the tables spread from the extreme left to the extreme left. Here is an example,
Thanks.
Hey J,
Thank you for writing in!
I have checked your site and the table looks this: http://prntscr.com/gbvyru – I am not sure about the padding that you want to add. Can you explain?
Best regards,
John Torvik
Hi,
Add the following to quick css:
div .avia-table{
width:100%important;
margin:30px auto!important;
}
Best regards,
Jordan Shannon
Hi,
Apologies try this instead:
div .avia-table{
width:80%!important;
margin:30px auto!important;
}
Best regards,
Jordan Shannon
Hi,
CSS should not crash sites. It’s a front-end language, so perhaps some other error happened to occur at the same time.
Best regards,
Jordan Shannon