Not Boxed Layout

Support Area Forums Pneuma Not Boxed Layout

Viewing 3 posts - 1 through 3 (of 3 total)
URL to the page in question: http://
  • Author
    Posts
  • #38122
    Advanced
    Participant

    Hello Bill,

    Is there anyway to make the Pneuma theme not a boxed layout, so that the header and slider, etc expand to the edge of the screen? (Like Mise En Place and Finesse).

    Thanks in advance.

    #38131
    Bill Robbins
    Moderator

    Good Morning,

    It may be possible to do that. It’s not something that I’ve tried so I can’t speak to how it will function. Here’s what you would do:

    1. Go to the Appearance section in your WordPress dashboard and click on Customize.
    2. Choose the Advanced section and select Custom CSS.
    3. Paste this in the box for the Custom CSS:
      
      @media screen and (min-width: 200px) {
      	
      	#wrap {
      		width: 100%;
      	}
      
      }
      
    4. Save your changes.

    Hope that helps out,
    Bill

    #38167
    Advanced
    Participant

    It works! Thanks so much.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Not Boxed Layout’ is closed to new replies.