Skip to main content

If you’d like to experiment with having full width content, on all our maybe just one of your pages within Dante, then you can test out the following custom css:


#main-container > .container {
width: 100%;
max-width: 100%;
}

This will give you edge to edge content. If you wanted to do this just for one page for example, you could do so with this custom css:


.page-id-23 #main-container > .container {
width: 100%;
max-width: 100%;
}

Let us know how you get on if you try it!

– Ed

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.