Support » Theme: Spun » How to create a full width (and I mean full – 100% width)

  • Firstly. Genius. Love this Spun theme.
    Secondly – I’ve created a child theme and a full width page template, but I want it to go as wide as the person’s browser !
    I’ve searched these forums and seen a couple of posts, but no real solution.
    Ideas ?

Viewing 1 replies (of 1 total)
  • Try adding this CSS rule to your child theme’s style.css file:

    #page {
       width: auto;
    }

    There’s still about 50px of padding on both sides; I don’t think you want the content to go all the way out to the very edge, but just in case you do, you can add the property padding: 0; to the above rule.

Viewing 1 replies (of 1 total)
  • The topic ‘How to create a full width (and I mean full – 100% width)’ is closed to new replies.