Good morning people, everything fine? I have a problem with my website template (somosplurall.com.br), I have tried in every way to use the full width as configured, but it doesn’t work. Is there any code for me to achieve this? Thank you.
Attachments: You must be
logged in to view attached files.
Hi @marcosroberio ,
I hope you are well today and thank you for your question.
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
@media (min-width: 1250px){
body .container {
max-width: 100% !important;
min-width: 1200px!important;
width: 97% !important;
}
}
Best regards, Shufflehound team
Popular choice Professional Developers At Your Fingertips! If you need services beyond standard support, we've got your back!
Let's get started
Services we offer: Graphic work / visualizations Full WordPress development and design
We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies.Got it