Posted by cootje16 on February 28, 2013 at 4:20pm
Dear Everybody,
I'm new to drupal and i have a problem with the omega theme. I've installed this theme and made a subtheme on it. After that i pushed some content into the content region i saw that the content was coming out of the region-content div (which has a width of 1180px). I know it's a css problem but how can i fix it? Maybe somebody of you knows the solution.
Thanks in advance
Comments
CSS Issue
It's really hard to address a problem like that without being able to see it. It shouldn't be doing that, especially if it is out of the box. You are sure that all the parent theme's files are being referenced? If it isn't respecting the grid, that would be a concern I think.
Nicholas A. Bumgarner
Web Developer
Inclind, Inc.
Thanks for your reply. To
Thanks for your reply. To make my problem clear i made a picture of it:
http://imageshack.us/photo/my-images/690/schermafbeelding2013030.png
As you can see the test content is going out of the region content.
Does anybody have a clue how
Does anybody have a clue how to fix this?
CSS Issue
I can see your issue. However, I meant to say it is kind of hard to debug without being able to look at the CSS. I would make sure that the div that the content is in has a max width of 100%.
It doesn't seem like it should do this at all.
Nicholas A. Bumgarner
Web Developer
Inclind, Inc.
Hi Nicholas thanks for
Hi Nicholas thanks for replying. I've already fixed the problem. It was indeed a width issue. Right now i've given the content region a width of 960px and it solved the problem. Thanks for paying attention to my problem!