This topic has 5 replies, 2 voices, and was last updated 9 years, 3 months ago ago by Jack Richardson
How can I change the width of the container in the Legenda theme? The default is set in theme options > Responsive to 1200px but if I make it smaller it has no effect. Doesn’t seem to work. Tried css and can’t seem to override the default width settings.
Thank you.
Hello,
Try to use this code in custom.css file:
@media (min-width: 1200px) {.container {
width: 1100px !important;
}}
Best regards,
Jack Richardson.
Thanks Jack. I’ll see if that works for me.
Hi Jack. No that didn’t work.
I’m using a child theme. Added the media query to my style.css and no go. I also tried adding to the default.custom.css of the parent just to see what would happen…didn’t work. Wondering why it won’t override. I checked and the child theme css is definitely coming after parent in <head> so I’m not sure what’s happening. Any ideas? Thank you.
Hello,
Please provide us with FTP and WP Dashboard credentials in private content.
Best regards,
Jack Richardson.
Tagged: change, container, not working, themes, width, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up