container not responsive
-
[ Moved to the Fixing WordPress sub-forum. ]
I am working on my site, and I want it to be responsive when the window is resized. However, right now it isn’t. And if I erase the first three lines from this bit of code (width, margin left, and margin right) it doesn’t affect the site at all. How can I make it so the site will resize when the browser is resized?
body > div.container.page-container{ width: 80%; margin-left: auto; margin-right: auto; background-color: #E2D2B0; min-width: 960px; max-width: 2048px; box-shadow: 5px 5px 5px #2E0000; margin-top: 10px; }My site is gallipeauwebservices.com/javajam
Thank you so much!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘container not responsive’ is closed to new replies.