Skip to content

Nav pane width #18

Closed Answered by danirus
masaccio asked this question in Q&A
Feb 2, 2024 · 5 comments · 4 replies
Discussion options

You must be logged in to vote

Yes, you could add a custom.css file to your project with the CSS that would change the proportions of the grid-template-columns used here. By default their value are: 4fr 1fr. The width of the central area is 4fr and the right side panel width is 1fr, but you could do something like:

.nftt-layout .nftt-main {
    grid-template-columns: 4fr 1.5fr;
}

If you put that little CSS code in a _static/custom.css, and modify your conf.py to include it, like this:

html_style = ["custom.css",]

Then it should work. Let me know :-)

Replies: 5 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by masaccio
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@danirus
Comment options

Comment options

You must be logged in to vote
2 replies
@danirus
Comment options

@danirus
Comment options

Comment options

You must be logged in to vote
1 reply
@danirus
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants