Home › Forums › General Discussion › Site Stuff › Anyone here any good with CSS?
- This topic has 3 replies, 2 voices, and was last updated 4 years ago by
Eddieb.
-
AuthorPosts
-
January 15, 2017 at 11:50 am #16466
I’d like to modify the css for the current template so that on screen sizes larger than the current default the center column automagically expands so that the site occupies the full width of the screen.
Can anybody help?
Attachments:
January 18, 2017 at 3:10 pm #16488Try commenting out max-width or changing the value to something else.
Looks nice in Chrome when commented out completely.#container #main-content { margin: 25px 0 0; /* max-width: 900px; */ }
Well, does not seem to be easy as that.
Removing max-width will push right hand panel to the edge of the screen but content div in the middle does not resize nicely. Changing that needs HTML changes too as left-sidebar div must be before container div and even after that the comments section is not displaying correctly.Go with bootstrap 🙂
January 18, 2017 at 3:56 pm #16494I haven’t looked at any bootstrap stuff. I’ve seen references in places but know nothing about it
February 1, 2017 at 2:21 pm #16740@jouni_karppinen_1 as you can see I’ve got it mostly working I think, though the right side menu bar is dropping off/down at a wider size than I’d prefer. At 1280 resolution it’s not showing up on the right. Any ideas?
Attachments:
-
AuthorPosts
- You must be logged in to reply to this topic.