@sdetweil
Thank you! That worked perfectly!
Read the statement by Michael Teeuw here.
Latest posts made by Kenta
-
RE: Newsfeed size
@sdetweil
As previously stated, I’m a complete n00b. It’s sad because I want to be a nerd 😂
Yeah I’ve tried unsuccessfully to post images, but this last one was a link to a Dropbox image. Did it not work.? -
RE: Newsfeed size
@Mykle1
None of those help. The first gives a bigger headline, as I’ve showed in previous posts, the other one a bigger name of news channel/time of occurrence.
In dev I see this -
RE: Newsfeed size
@Mykle1 not exactly. I want my entire newsfeed bigger. Not just the headlines. This is the original (https://www.dropbox.com/s/nzb2o5kecn6gfdy/Screenshot_20200317_065226_com.realvnc.view![alt
Then by the changes made in the before mentioned css I get this https://www.dropbox.com/s/pxnuosggy7g24q7/Screenshot_20200317_065703_com.realvnc.viewer.android.jpg?dl=0
But the actual news is still same size… -
RE: Newsfeed size
@sdetweil thank you for trying, but I don’t know where to look… Total n00b…
This is from my config.js
{
module: “newsfeed”,
position: “bottom_bar”,
config: {
feeds: [
{
title: “NRK Nyheter”,
url: “https://www.nrk.no/nyheter/siste.rss”
}
], -
RE: Newsfeed size
@Mykle1
Nope. Still just the headlines. Does the css need to contain more than just the code you suggested? -
Newsfeed size
I want a bigger newsfeed, so I made a custom.css file and added this
.newsfeed .medium
{
font-size: 60px;
line-height: 60px;
}This only increased the size of the header, not the body of the newsfeed
Any tips?