Read the statement by Michael Teeuw here.
MMM-NOAA3
-
It did work, sort off. It moved the module to where i wanted it. But for some reason it messed up the placement of the module directly below it. Moving that one to the side of the weather module :S
-
Take out the clear:both and see what happens.
-
This post is deleted! -
Same thing unfortunately. :\
-
-
I would have no idea why it’s doing that… I’m not having the same issue but I can say I don’t use either of those modules… something is conflicting with it and pushing it right…
-
@cowboysdude it’s all good…not something i’m gonna worry about for now anyways…just a test screen…
Err…i mean fix it now! LOL
-
Does it center correctly when it’s the only module in “top_center” position?
-
@mykle1 it appears to center ok once i disable the Clock module above it
-
Add this to the custom.css and it’ll fix it :) It does that when it has another module over top of it…not sure why as I am NO css guru by far…
.MMM-NOAA3 {
margin: 0 auto;
float: right; //for right side use left for left side
width: 195px;
}

