• frankly.

    (@frankly-1)


    Hi

    Does anyone know how I would adjust the width of the posts/pages (e.g., Hello World) in the right/main column? Basically, I would like it to be wide enough so that it is the same distance from the right edge as it is from the left sidebar.

    Example of it here: https://testwpresssite.wordpress.com

    I read that if I change

    #wrapper {
    max-width: 954px;
    }

    to

    #wrapper {
    max-width: 100%;
    }

    then it will adjust…however, when I do that, it does increase the width of the content (to about three-quarters of the right side), but also bumps the content box across to just off the right edge. No matter what % I change it to, it still sticks to that right edge. When I change the right margin, there’s no difference.

    If it doesn’t go across the whole width at 100%…what will make it work?

    My actual site is password protected, but WordPress.com doesn’t seem to allow me to make the above change, so I can’t show it properly here…hopefully the description makes enough sense.

    #wrapper {
    	margin-right: 10px;
    	margin-right: 1.0rem;
    	width: 100%;
    	min-height: 100%;
    	position: relative;
    }
    #page {
    	padding-bottom: 24px;
    	padding-bottom: 2.4rem;
    }

    (It just seems that there is a padding between the left sidebar and the main content. When it’s at 100%, it’s right against the right edge….at 95%, there’s a small gap….at 90% there’s a bigger gap…but it’s always the same distance from the left)

Viewing 1 replies (of 1 total)
  • Thread Starter frankly.

    (@frankly-1)

    Actually, I’ve just played around and found that changing #primary will move it (mostly).

    It displays pretty much how I wanted it…except the footer. The footer remains where it was. There’s a footer and an infinite footer…I’m not sure which one to change (however, adding the exact same content padding/margin etc) to the footer made no difference at all..

Viewing 1 replies (of 1 total)

The topic ‘Confit – change main post/page width?’ is closed to new replies.