Columns within a column #2671
|
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. 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 |
Replies: 15 comments 7 replies
|
Top notch man! |
|
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. |
|
Thank you!!!!!!!!! Now my homepage looks so much better!!!!!!!!! |
|
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! |
|
@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! |
|
This is great, thank you so much! Should be natively added tbh. |
|
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: |
|
I logged in my Github account just to say thank you. |
@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. |
|
@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. |
|
Hello, |
|
Hi, is the css still working for the last update? I’m trying to replicate your css code to my custom.css on my homepage config but then I’m not see any changes |
|
This discussion has been automatically closed because it was marked as answered. See our contributing guidelines for more details. |
|
This discussion has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns. See our contributing guidelines for more details. |




Oh, see #4346