Columns within a column #2671
Replies: 10 comments 3 replies
-
Top notch man! |
Beta Was this translation helpful? Give feedback.
-
You are a legend! 😀 Have been bashing my head to try to do this with the column setting since starting to setup hompage since the weekend with no love, and only to find request for this feature in the past. It took me all of 30 seconds to implement this, Thank you so much. |
Beta Was this translation helpful? Give feedback.
-
Thank you!!!!!!!!! Now my homepage looks so much better!!!!!!!!! |
Beta Was this translation helpful? Give feedback.
-
Okay dumb question.... where do I put css to get this accomplished? I am a little new to this and I have my config almost where I want it but this is just so much sweeter. What I was originally trying to do was just get the layout to show as 4 columns but no matter how I write the config it keeps either going into 2 columns then another 2 columns, or 3 columns and then one under that one but cannot get it to just display everything as 4 columns. I think that this may be the solution. Any help would be appreciated! |
Beta Was this translation helpful? Give feedback.
-
@HeasHeartfire you explained it exactly how I needed to understand it. I followed your instructions just as you laid it out and it got me the result I was looking for. I'm new to understanding all of this and that was my issue but long and behold, you knew exactly what I was asking for. Thank you for that! |
Beta Was this translation helpful? Give feedback.
-
This is great, thank you so much! Should be natively added tbh. |
Beta Was this translation helpful? Give feedback.
-
Thank you for this. I was considering tackling this with custom CSS when I stumbled upon your answer. There is one flaw though and it has to do with the drop shadow getting cut off at the bottom of the box/card: If you look closely at the cards for the SABnzbd and qBittorrent cards, you'll notice the drop shadow is cut off on the bottom, but is fine on the non-customized cards for Overseerr and Sonarr. I was able to fix this by removing some directives in the original CSS and using the following:
|
Beta Was this translation helpful? Give feedback.
-
I logged in my Github account just to say thank you. |
Beta Was this translation helpful? Give feedback.
-
@HeasHeartfire Thank you again for the excellent sharing. I just noticed it works well on desktops, but not on mobile web apps. I tried to tweek the customisations a bit and found that mobile view is not loading custom.css at all. I understand if that is the case, I need to find solution on the other components which "imports the custom.css", not here. I just want to make sure whether you guys see the same thing as me, or it's just my side. |
Beta Was this translation helpful? Give feedback.
-
@HeasHeartfire I just stumbled across your fix, and WOW! Quick and easy fix to a longstanding issue that should be baked in. I cannot say thank you enough. Great work. |
Beta Was this translation helpful? Give feedback.
-
This is a feature I requested some time ago and today I realized I could just do it myself.
Making use of the custom CSS feature and services' customizable ids I've come up with a little modification to allow two services to stack next to each other in a single column.
Obviously this could be modified further but this is all I wanted for myself.
And this is the CSS snippet. I tried to be very precise with the selectors to not mess up the layout. Ideally I'd be using classes instead of ids but it still works.
Then you just gotta put the "col-small" id in whatever services you want next to each other inside services.yaml
Beta Was this translation helpful? Give feedback.
All reactions