- This topic has 2 replies, 2 voices, and was last updated 5 years ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘All pages 100% width’ is closed to new replies.
Hello, this theme is great. Witch classes i need to use to make all my website full width. Thank you.
Add this code to Appearance > Customize > Additional CSS:
.container {
max-width: 100%;
}
Thank you !