Read the statement by Michael Teeuw here.
Regions
-
Hi all, well after countless trying ive given up and now asking for help. my MM is working perfect and the only troubling issue in my top_right section, i have a few things in there under the config but i would like to extend the left border of my top_right a little more left if thats possible. i have too much open space from the center to the right side. i will not be resizing fonts using the shift+ +/- any longer so that wont be an issue is manually adjusted. thanks all in advance and have a look here what im refering to
https://photos.app.goo.gl/EUWdJRQwAjKJksx46 -
Hi all, is there any way to change outer border around modules? Make it smaller?
-
Im main.css you can change the margin, heightand width under ‚body’ as you need. Here are my values I adjusted. The default values are commented.
body { /* margin: 60px; */ margin: 5px; position: absolute; /*height: calc(100% - 120px); width: calc(100% - 120px);*/ height: calc(100% - 10px); width: calc(100% - 10px);
-
Thank you, that is what I looking for.
-
Im main.css you can change
Encouraging people to modify their main.css is really not a good idea, especially for those that are new to MM and/or linux.
Please direct your help towards the custom.css file which is intended for just such modifications.
Peace
-A concerned citizen-
-
Good point, @Mykle1
Can you then suggest the equivalent change to make the proper way without modifying the main.css?
-
-
This post is deleted! -
@Mykle1 ouh damned…your concerns are absolutely justified. Haven’t hought of that. Thanks for pointing me to that.:thumbs_up_light_skin_tone:
-
Yes I added code to custom.css not main.css. Thanks for all