![]() |
Why are all of the tables small instead of 100% width? [Screenshot Included] - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Extensions (https://community.mybb.com/forum-201.html) +--- Forum: Themes (https://community.mybb.com/forum-103.html) +---- Forum: Theme Support (https://community.mybb.com/forum-10.html) +---- Thread: Why are all of the tables small instead of 100% width? [Screenshot Included] (/thread-107554.html) |
Why are all of the tables small instead of 100% width? [Screenshot Included] - Alex C. - 2011-11-11 I've been working on a new theme and this hasn't ever happened on previous themes I've created but the tables have somehow randomly shrunk... I've manually fixed some of them but I would like to know why they have done this and how I can fix all of them easily. Here's the picture: I'd appreciate any help! RE: Why are all of the tables small instead of 100% width? [Screenshot Included] - Jason L. - 2011-11-11 .tborder { width: 100%; } RE: Why are all of the tables small instead of 100% width? [Screenshot Included] - Alex C. - 2011-11-11 Ah, thank you so much Jason, I appreciate it. ![]() |