misbegotten: Text: I used "there"when I meant "their" (Writing There Their)
foul-mouthed chocolate rabbit ([personal profile] misbegotten) wrote in [community profile] style_system2023-02-26 11:33 am

Fluid Measure: Nav Module

Hiya! I'm a CSS noob and most of what I've learned thus far is trial and error attempts at implementing suggestions for custom CSS that I've seen in this community.

I'm playing around with Fluid Measure on my journal and have a couple of questions. Thank you for any help you can give!:

1) Is it possible to put the Navigation module in a header? Or do I need to pick a different style to do that? That's a dealbreaker for me.

(ETA: fixed! thanks to [personal profile] althea_valara) 2) The space (container? IDEK) around the modules is showing black on my desktop (but not on mobile). I can't figure out where to change that.

Area around modules is black
spectraforce: (Default)

[personal profile] spectraforce 2023-02-28 03:00 am (UTC)(link)

Hi! For your second question:

That black space is caused by a border-right CSS that only shows up on desktop. Your sidebar appears on the right, thus the responsible code is this one:

.two-columns-right #content,
    .three-columns-sides #content {
        border-right: 15em solid ;
    }

To set the color, you can add the color code next to the word solid. For example, to set it to white you can do like

border-right: 15em solid #ffffff;

I hope this helps.

althea_valara: Icon captioned "Geek". (geek)

[personal profile] althea_valara 2023-02-28 11:44 pm (UTC)(link)
Regarding #2, I think I figured it out for you as I also use Fluid Measure as my layout, and it can be done via the Dreamwidth user interface rather than mucking about with the CSS.

From the Dreamwidth main menu, go to Organize -> Customize Style, then click the Colors tab on the left side. The screen looks like this:



The entry you want is the Page border color - it probably reads #000000 right now. Change that to whatever Hex color you'd like, and that should fix the issue.

I hope this works for you! Unfortunately I don't know enough about CSS to answer your first question.
momijizukamori: (dreamsheep | styles)

[personal profile] momijizukamori 2023-03-05 07:24 pm (UTC)(link)
For (1), it requires overriding the S2 layer - buuuuut we had plans to add 'navigation in the header' to as many layouts as possible, it just hasn't been done yet. So perhaps it is time for me to sit down and handle that, lol