Skip to content

Increase blog content width and size of overall text & Categories page issue #1252

Answered by h-enk
pranavdhawale asked this question in Support
Discussion options

You must be logged in to vote
  • Copy node_modules/@hyas/doks-core/layouts/blog/single.html and paste as layouts/blog/single.html. Update the latter (line 15) with something like:

    <div class="col-md-13">
  • Add to assets/scss/common/_custom.scss something like:

    .single.blog .content,
    .list.blog .content {
      font-size: $font-size-base * 1.375;
    }
  • That's a bug — thx! Will be fixed. Quick fix for now: copy node_modules/@hyas/doks-core/layouts/_default/terms.html and paste as layouts/_default/terms.html. Update the latter (line 12) with:

              <a class="stretched-link" href="{{ .RelPermalink }}">{{ .Title }} &rarr;</a>

Replies: 1 comment 11 replies

Comment options

You must be logged in to vote
11 replies
@h-enk
Comment options

@h-enk
Comment options

@pranavdhawale
Comment options

@h-enk
Comment options

@pranavdhawale
Comment options

Answer selected by pranavdhawale
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants