AnnaPM Posted January 22, 2020 Share Posted January 22, 2020 Hi, I use the Adirondack template and want to maximize the header width (only the header width) to full screen, for all pages. Since the Adirondack template has a maximized width, I assume I need custom CSS to make this adjustment. Anyone tips? (click image; the background is white so only when clicking can you see the current width) Link to comment
tuanphan Posted January 23, 2020 Share Posted January 23, 2020 Can you provide link to your site? 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
AnnaPM Posted January 27, 2020 Author Share Posted January 27, 2020 Hi Tuanphan, sorry for the late response. My website is www.aclaradesign.nl. Hope you can help! Link to comment
tuanphan Posted February 1, 2020 Share Posted February 1, 2020 On 1/27/2020 at 8:51 PM, AnnaPM said: Hi Tuanphan, sorry for the late response. My website is www.aclaradesign.nl. Hope you can help! Add to Home > Design > Custom CSS @media screen and (min-width:901px) { /* Set fullwidth all site */ .outer-wrapper { width: 100%; } /* Set fullwidth header */ header#header { width: 100%; } /* Set padding all elements not header */ .outer-wrapper>.wrapper #content { margin-left: 10vw; margin-right: 10vw; } } 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.