shembach Posted March 1, 2020 Posted March 1, 2020 Hi, I can't seem to figure out a way to set a site wide maximum width for a site I'm working on. Nothing in custom css I've tried worked. I'm using the Carson template, and it doesn't have page max width options under design. Any help would be greatly appreciated.
tuanphan Posted March 2, 2020 Posted March 2, 2020 div#mainContent { max-width: 900px; margin-left: auto; margin-right: auto; } 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!)
shembach Posted March 28, 2020 Author Posted March 28, 2020 On 3/2/2020 at 11:04 AM, tuanphan said: div#mainContent { max-width: 900px; margin-left: auto; margin-right: auto; } Worked! Thanks a lot!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.