@broberg said in Layout and positioning on a tiny screen.:

@smackenzie5

Config.js doesn’t really do anything to the layout, it is the index.html and main.css that defines the different positions that you can use.

Hi guys!
It seems like I am blowing the dust off this old topics!
By the way… I am trying to change the postions of some modules and I am having the same issue as @smackenzie5 , first it loads the module where i want to place it, but at the end of the loading it increases the size of the top_bar and place it as default.

this is what I’ve put in the custom.css

.MMM-network-signal{
position: absolute;
transform.scale(0,35);
left: 1800px;
top: 0px;
}

Is it because it overlaps with the Weather module?