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
If you look at postcards/inst/pandoc_templates/trestles.html the layout is all flex, and using bootstrap. I think you could make your own split by changing the template to split the whole page with 3 of 12 columns on the left (bootstrap class "col-3") and the rest on the right. But, in the interest of making it still look right on mobile, you'd probably want to actually have "col-12 col-m-3"). I don't see a real good way to change the whole package and use the template, but you could modify the resulting HTML.
How can I move the trestles vertical divider to the left?
Currently, my site looks like this:
I'd like to move the vertical divider to the left to allow more room for text:
Would I adjust the padding using CSS?
The text was updated successfully, but these errors were encountered: