We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I changed Hero height from "29rem" to "2rem" and text to "bar" with no image.
The Hero section stays the same size
.hero { min-height: 2rem; } .hero { height: 29rem; position: relative; }
If i change the value in the main.css directly, it get's changed.
The Hero section should become smaller.
in main.css change height to max-height, so it adopts to the size of the content Maybe adding a input field for that.
The text was updated successfully, but these errors were encountered:
I see the options here under Custom Settings: https://getpublii.com/docs/theme-settings.html#js-header It's not like that in the actual application . What happen here? Is it a different theme?
Sorry, something went wrong.
No branches or pull requests
I changed Hero height from "29rem" to "2rem" and text to "bar" with no image.
Actual result:
The Hero section stays the same size
from my actual site's css
Additional information
If i change the value in the main.css directly, it get's changed.
Expected result:
The Hero section should become smaller.
Implementation idea
in main.css change height to max-height, so it adopts to the size of the content
Maybe adding a input field for that.
The text was updated successfully, but these errors were encountered: