Table Width
-
Hi,
I would like the tables to be 100% so they look better with the theme. I wasn’t able to find a setting to do it (for all tables), so I modified the code in the CSS editor.
/* You can add your own CSS here. Click the help icon above to learn more. */ table { width: 100% !important; }
The code doesn’t work unless I add the !important modifier… It seems to work, but I want to make sure this is the correct way to do it. I don’t want to run into any problems later.
Website: https://kennethrjones.com/spanish-lessons-1-through-3/
Thanks.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Table Width’ is closed to new replies.