• just changed over to the Adelle theme, and it’s brilliant except the sidebar is a little too wide for my liking, and i would like the main / container where the blog posts themselves go a little wider. i’ve tried just editing the styles.css & stylesheet.css but nowt seems to work. anyone got tips?

    this is my blog = https://tukru.vampiresushi.co.uk/blog/ (still fiddling with the header & fonts etc)

    thanks, tukru

Viewing 1 replies (of 1 total)
  • Hi there, try this CSS?:

    @media all and (min-width: 1025px) {
      .section {width: 640px;}
      .aside {width: 300px}
    }
Viewing 1 replies (of 1 total)
  • The topic ‘changing sidebar / aside width’ is closed to new replies.