Archived topic
Sidebar width
7 replies · Started by Dirk on September 17, 2017
Hello
I need a Way for left sidebar width for 7% and content width 93%
in the sidebar customizer is the lowest 15%
sorry for bad english
Grettings Dina
Hi there,
It actually goes by increment of 5%. Would you prefer 5% or 10%?
Let me know.
Hello
if I get the side bar to 10% wide, I think it would be good
Greetings Dina
Can I first ask what you are trying to achieve with 10% width sidebar? Isn't that far narrow?
Let me know what you are trying to achieve so maybe we can find a better method.
Thanks!
What about something like this? https://generatepress.com/forums/topic/fixed-left-vertical-navigation-layout-css-and-customizer-only/#post-253050
OK the Sidebar is now OK !
now the content is to smal :-(
Try this CSS:
@media (min-width: 1025px) {
.grid-85 {
width: 95%;
}
.push-15 {
left: 5%;
}
}