Hi all,
Is it possible to change the size of the main page container (for example, top margin, width, and side margin)? I’m extremely disappointed that being unable to eliminate the large top margin on my pages:
That is, there is this massive margin at the top that does not go away; is there a way to eliminate it?
I have previously (and successfully) used:
<style>
}}
.reportview-container .main .block-container{{
max-width: {percentage_width_main}%;
padding-top: {1}rem;
padding-right: {1}rem;
padding-left: {1}rem;
padding-bottom: {1}rem;
}}
.uploadedFile {{display: none}}
footer {{visibility: hidden;}}
</style>
with st.markdown(unsafe_allow_html=True)
which somehow stopped working at certain point, presumably as a result of a version update. I’d like to ask for help with an updated solution and would appreciate any responses.
Best, Don