Read the statement by Michael Teeuw here.
Module isn't staying in its position area
-
Hi,
I am trying the WordOfTheDay Module and am having an issue. I have it set to top_right, but it’s displaying really wide and is spanning across the entire screen. It’s actually resizing the right column as my weather module is also spanning across the screen as well. Is there something I need to do to force it to stay on the right?
Thanks.
-
@Kelemvor there’s multiple WOTD modules, some that can be controlled through CSS, some that can’t. If yours has a .CSS file, check to see if there’s an element with “width” as a tag, if so, you can set ‘max-width’ in that tag and cut it back. You may need other tags to force it to wrap, etc, however.
-
@BKeyport Thanks. I’m using the “mywordoftheday” module. I put in a max-width 400px and it seemed to do the trick.
Thanks.