Read the statement by Michael Teeuw here.
Needing help with Regions please
-
[alt text](
image url)I’m trying to :
- Make the padding or margin around all my modules be like 1 pixel (custom css posted below) (edit: I had it stretched to the edges, made a couple changes to the css and lost the code to make it work)!
- Squish this bottom_right region down to just under the calendar and the css doesn’t seem to affect it.
- Make the bottom_center region right justified so the Current conditions are right next to the forcast
I might not be doing things the right way, so if anyone has any better ideas, I’m all for learning.
custom css:
/* Region Definitions */ .region .container .module { margin: 0px; background-color: rgba(0 0 0 /10); min-width: 300px; position: relative; } .region.top.right { position: absolute; width: 80%; height: 90%; } // .region.bottom.right { position: absolute; height: 30%; width: 16.5%; } .region.bottom.left { position: absolute; width: 16.5%; } .region.top.left { position: absolute; width: 16.5%; } .clock .time { font-size: 75px; } .anylist ul { margin: 0; font-size: 24px; padding: 0px; line-height: 25px; color: white; } -
@Xsoldier2000 we define the module padding in
css/main.css--gap-modules: 30px;you can override those in custom.css
you dont need to change the regions themselves
you can move your module right too
-
@Xsoldier2000 also see the second link in my signature below about using dev window
-
@sdetweil yes, I was definitely the dev window, just didn’t know the terminology. Think I’ve read through your second link twice (might have nodded of there a couple times), but you pointed me in the right direction, thank you.
-
@Xsoldier2000 yeh, the dev window has a lot of content
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login