Read the statement by Michael Teeuw here.
Permanent size for newsfeed box?
-
Hi all :)
I’ve got my mirror working pretty much exactly as I want it from the software side, so I thought I’d look at building one for my wife.
I’ve set up the default newsfeed module, but noticed that it jumps. Whenever there’s a headline that spills onto the second line, the newsfeed module and anything directly above it get pushed up. I’ve got the newsfeed in the bottom bar, with the clock bottom center and weather bottom right, so all three modules move.
Is there a way to fix the size of the newsfeed module so that it doesn’t have to expand when a longer headline is displayed?
Some headlines take up the full two lines, so reducing the font size is not an option, unfortunately.
-
you can add the following in
css/custom.css
:.module.newsfeed { height: 200px; }
you can play with the height value.
-
@karsten13 said in Permanent size for newsfeed box?:
.module.newsfeed {
height: 200px;
}That seems to be working perfectly, thank you :)