• Resolved helenjaques

    (@helenjaques)


    Hello, I’m using the Olsen Light theme for my website https://www.helenjaques.co.uk and it looks great.

    However, I can’t figure out how to increase the width of the static pages, so that they’re the same width as the menu bar along the top and the footer. The blog pages, on the other hand, are the same length as the top and footer bars.

    Does anyone have any advice on how to do this? What bits of the CSS do I need to tweak?

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Do you mean you want the sidebar as blog page? If that’s so, just assign default page template to that page, right now it’s using full width page template so there is no sidebar.

    If what you are looking for is making page with full width page template to be really span full width, use this code in Custom CSS

    .page-template-template-fullwidth #site-content .col-md-8.col-md-offset-2 {
    	margin-left: 0px;
    	padding: 0px 5%;
    	width: 100%;
    }

    You might want to change the 5% on side paddings to zero if wanted.

    Thread Starter helenjaques

    (@helenjaques)

    Oh marvellous, that custom CSS has worked. Now my static pages are full width – i.e. the same width as the blog page (posts + sidebar).

    Thank you!

    I’m glad it worked out ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Page width’ is closed to new replies.