Skip to content

Is there a way of changing the width of the text area? #10

Answered by dbrg77
dbrg77 asked this question in Q&A
Discussion options

You must be logged in to vote

After messing around a bit, I figured it out.

You can check in list.html and single.html depending what you want to change, copy those files to your own layouts directory and look for the following block:

<div class="min-w-0 min-h-0 max-w-prose">
        {{ .Content | emojify }}
</div>

change the max-w-prose to max-w-full makes the content as wide as the 'page' style of the homepage.

Thanks anyway!!!!

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@mircea-pavel-anton
Comment options

@nunocoracao
Comment options

@mircea-pavel-anton
Comment options

@nunocoracao
Comment options

@mircea-pavel-anton
Comment options

Answer selected by nunocoracao
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants