elsewhence: (silly ikea person)
kay jorin ([personal profile] elsewhence) wrote in [community profile] style_system2020-04-26 02:54 am

How to alter the length of a sidebar?

Hello everyone, I hope it's okay to ask what's probably a very basic question to people more knowledgable than myself! I currently have my journal set to a very gently customised version of[personal profile] momijizukamori's Starry Sky theme, with two columns with the sidebar on the right (I guess you could look at it yourself if you want....) Basically the only change I've made using CSS is to remove the subtitle. What bothers me is this: the sidebar currently extends all the way to the bottom of the page and that bold empty bar against the starry background doesn't really look all that great. I would prefer it if the black ended right under the last displayed module. Is there some simple way to do this using CSS?

Thanks for reading and (if you do) responding!

momijizukamori: Grey tabby cat with paws on keyboard and mouse. The text reads 'code cat is on the job', lolcats-style (CODE CAT)

[personal profile] momijizukamori 2020-04-26 01:20 am (UTC)(link)
Oh, I love how that looks with that background!

Anyway, adding
.column-right #content {
    border-color: transparent;
}
to your custom CSS should do it!
momijizukamori: Green icon with white text - 'I do believe in phosphorylation! I do!' with a string of DNA basepairs on the bottom (Default)

[personal profile] momijizukamori 2020-04-26 04:17 am (UTC)(link)

Hah, maybe spiritually, but in reality I'm one of the main go-to people for styles stuff these days, so I'm subscribed to new post notifications on this comm ;) Glad I could help!