Home › Forums › Weaver Xtreme Theme › Can I set a different container width for my Home page? › Re: Can I set a different container width for my Home page?
April 29, 2016 at 21:34 UTC - Views: 7
#27362
Moderator
There is something weird with your site that is preventing me from reducing the browser width below 625px. I wonder if you have fixed the width of some content somewhere using a fixed pixel value.
Digging I also found some bad CSS on the image tags in the prefooter area.
You have
style=”max-width:100%;align center”
You have
style=”max-width:100%;align center”
align center is not a valid CSS property. The valid syntax is text-align:center; but in this case it does nothing, so you can just remove the bad css.
If you were trying to achieve something you may want to explain what
If you were trying to achieve something you may want to explain what

