Margins

Support Area Forums Moonrise Margins

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://
  • Author
    Posts
  • #25381
    Giorgio Gelmini
    Participant

    Hello Bill!

    Here is a weird question, I think ;-P
    I post here 2 pictures: the first one is about the site now (as it appears on the screen); the second one is about the change I’m asking for (same size of the screen).
    The question is: is it possible to have more margins at the left and the right of the pages?
    Thanks, Giorgio

    Attachments:
    #25384
    Bill Robbins
    Moderator

    You can make the content area a bit smaller. Here’s how to do that:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      @media only screen and (min-width: 1024px) {
      
      	#header-content,
      	.section-wrap,
      	footer#site,
      	.wrap {
      		width: 860px;
      	}
      	
      	#content {
      		width: 500px;
      	}
      	
      	#sidebar {
      		width: 290px;
      	}
      
      }
      
    3. Update your settings.

    Take care,
    Bill

    #25403
    Giorgio Gelmini
    Participant

    Thanks Bill, and… Happy New Year !

    #25404
    Bill Robbins
    Moderator

    Happy New Year to you too 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Margins’ is closed to new replies.