Jump to content

Maximizing header in Adirondack template with CSS?

Recommended Posts

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)

Screenshot 2020-01-22 at 09.57.19.png

Link to comment
  • Replies 3
  • Views 493
  • Created
  • Last Reply
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

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.