Hello,
I would like to change the width for one single container, so that only this one container is centered.
I tried this, it works – but unfortunately for all containers.
#top .container {
max-width: 80%;
}
So I gave the container a unique ID and used this, but it did not work at all.
#your-unique-id .container {
max-width: 80%;
}
Thanks a lot!
stefan
Hi Stefan,
Could you post a link to where we can see the section in question please?
Best regards,
Rikard
I added the code directly in the customizer, not in the enfold settings, but also there it did not work….
regards
stefan
Hi Stefan,
Thanks for the update. I’m having trouble logging in to your site though, please see error message in private. That comes up every time the site is trying to go to /wp-admin/. Are you seeing the same thing on your end?
Best regards,
Rikard
Hi Rikard,
on my side its working, please try https instead of http (but should also be no problem because htaccess is redirecting)
thanks a lot