Read the statement by Michael Teeuw here.
Cannot get my Google Photos at the top of the screen???
-
I’m a novice on my first MM installation. This has been very frustrating. My google photos are close to the top but not all the way up. I’m in config.js and using upper_third and my photos are about 4" from the top (27" monitor turned vertically). If I use top_bar, top_center, top_left, or top_right my pictures show up in the middle of the screen. My custom.css only has a 1px adjustment on the picture. I’ve been working on it for two hours and I’m ready to put my fist through the monitor. Can someone point me in the the right direction?
I’m trying to upload some pictures for you guys to see but the forum is giving me a “Something went wrong while parsing server response”. I’ll try to upload them later.
![0_1604922422761_20201109_061119.jpg](Uploading 100%)
-
Anyone? I can’t be the only one having this problem.
-
you can work with margin-top :XXpx in custom.css like this
.MMM-GooglePhotos {
margin-top: -30px;
} -
negative or positive value…same for margin-left (or right)…Google is your friend :)
-
@chassain-0 Thanks! For the record, I’ve been looking in google for days. Never could find anything that would help. Guess my google-fu isn’t that good.