side margin space

Support Area Forums Progress side margin space

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://konwardevelopment.com
  • Author
    Posts
  • #20851

    Hi Bill,

    Can you tell me if its possible to 3. Reduce spaces on side margins (top, bottom, left and right) of the page and between the text and the picture so the page looks fuller.

    So the client wants no spaces between picture and side margins.

    I will send you a link

    konwardevelopment.com

    Please let me know if it possible.

    Thank you

    #20864
    Bill Robbins
    Moderator

    Angela,

    You can move the content closer to the edges of the site and also reduce the space between the main content and the sidebar. Here’s what to do:

    1. Go to the Theme Options page and select the Styling tab.
    2. At the top of this tab, choose yes to include custom styling.
    3. Scroll down to the Custom CSS box and paste this:
      
      .main-content {
      	width: 68%;
      }
      
      .full {
      	width: 96%;
      	padding-left: 2%;
      	padding-right: 2%;
      }
      
    4. Update your settings.

    See how that works for you. Let me know if you have any questions,
    Bill

    #20899

    Hi,

    Thank you for all your help.

    just another thing, since I removed the page titles at the top, there is a bit of space, how can i remove/reduce the space at the top of each page?

    Please advice

    Thank you

    Angela

    #20903
    Bill Robbins
    Moderator

    Hey Angela,

    Here’s the CSS you’ll need to change the space at the top of the content area:

    
    .full {
    	padding-top: 10px;
    }
    
    .main-content,
    .content aside.sidebar {
    	margin-top: 10px;
    }
    

    That will reduce the space from the default 20px to 10px. Change that to fit your needs.

    Have a good night,
    Bill

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