shembach Posted March 1, 2020 Share 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. Link to comment
tuanphan Posted March 2, 2020 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
shembach Posted March 28, 2020 Author Share 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! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.