You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to adjust the margins of the poster but there is nothing in the guide about it. For the main findings section, I'm trying to make it start a little bit higher (i.e., decrease the margin). Is there a way to do that?
Also, is there a way to increase the margin of the body sections.
Thanks for your help!
The text was updated successfully, but these errors were encountered:
I ran into the same issue and ended up making the change myself in a forked version of the repository (https://github.com/stefanvermeent/posterdown).
After forking the repository, you can navigate to inst/rmarkdown/templates/posterdown_betterland/resources/template.html
There, on line 265-269, you will find the following code:
.main p {
padding-top: 20%;
font-size: $if(main_textsize)$$main_textsize$$else$170px$endif$;
text-align: left;
}
changing 'padding-top' to 0% removes the padding at the top of the main section.
Hi Brent,
I'm trying to adjust the margins of the poster but there is nothing in the guide about it. For the main findings section, I'm trying to make it start a little bit higher (i.e., decrease the margin). Is there a way to do that?
Also, is there a way to increase the margin of the body sections.
Thanks for your help!
The text was updated successfully, but these errors were encountered: