Read the statement by Michael Teeuw here.
Left to Right Modules, instead of top to bottom?
-
@DongerZone True, but far as I can tell, html/css isn’t very modular by itself. Unless you use something else like javascript to generate your html/css as you go. (or change it anyway)
-
-
@broberg That just moves the entire div as far to the left as I can tell, I want to rearrange all the modules in one region to go left to right.
-
@broberg Oh it seems to work if I apply it to the class belonging to the module, thank you.
-
Hi you all,
I want to do the exact same thing in the upper third region i want to have a module on the left and a module on the right how do i do that i have no clue??
I have no experience with css or html
so i need a step by step per say :)i will greatly appreciate it if anyone can help
Denis
-
@richland007 If you just want to have a module in the upper left and another module in the upper right, you should probably assign one to the
top_left
and the other to thetop_right
regions in theconfig.js
file.See the Magic Mirror readme file for more information.