Not debugging, but a design question
I want to be able to deploy a streamlit app that differs in style from the defaults- for example, I’d love to be able to insert a full-width hero header that’s not constrained by the main column width, or use different fonts in certain contexts across my app. I’ve found that a lot of flexibility is available just by inserting css and html into the page, but the overall layout, and access to specific component css classes and such seems limited. Is there a way to break open some of the style guts?
The current (unsupported) way is manually inserting CSS. If you want something more convenient, I recommend voting on the GitHub issues where people are requesting this and commenting if you have something new to add to the conversation:
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.