Reply To: fluid only at home

Home Forums Support fluid only at home Reply To: fluid only at home

Home Forums Support fluid only at home Reply To: fluid only at home

#198313
Tom
Lead Developer
Lead Developer

Hi there,

Do you have our Simple CSS plugin?: https://wordpress.org/plugins/simple-css/

If so, you can make the content area full width by editing that specific page and adding this into the Simple CSS metabox:

.container.grid-container {
    max-width: 100%;
}

Let me know if you need more info 🙂