Allow Full Width Columns
C
Christian Geddes
There is a "full width" option for columns but it is not displayed even close to the full width available. Very disappointing. No idea why that's an option if you can't get even get it close to the full width. We shouldn't need to add CSS just to do that.
Log In
V
Veronika Petrova
It works now. They just added a new toggle button on Sections. It says " allow rows to take full width". I'm forever grateful and I can't believe you guys actually did it. Now I know why everybody loves HL.
H
Henry White
For anyone still stuck on this, I have a custom css fix that worked for me. A specific <div class='inner'> is constraining the max width of a column, and it can be solved like this:
.inner {
max-width: 10000px !important;
}
Not exactly sure what other side effects this may have; if it does have nasty side effects, you can specify just one inner to have no max width like this:
#element-to-style > .inner{
max-width: 10000px !important;
}
P
Pablo Briceno
Henry White suggest do not use raw number like pixel, use 100% instead
R
Ryan Jenkins
Pablo Briceno in many cases, px works better for max width. For example, on a really large screen, I want the [object] to stop growing at a certain screen size. No matter how much you stretch it beyond that, the [object] stays fixed at Npx.
At small sizes, I don't want [object] to limit itself to N%, I want it to fill the space.
N
Niall Loughran
I too have come accross this matter, i would love to expand this out on desktop and get a good width on the frame
I can match it up well for mobile
But I think this would be a great addition feature
C
Cory DiBona
We need this bad it really stops creativity and looks kind of cheap and old school having the columns on the side. There should be a button to easily toggle a real "full width"
L
Lisa C Fitzpatrick
Yes please! The column width restrictions are so narrow as to render some elements and frames unusable.