• Resolved Hidenori Suzuki

    (@hidenori-suzuki)


    Hi Takao-san and all users of this beautiful template.
    I just started using this template and liking it a lot!

    I want to ask how I could change the widths of contents area on a page. (I’m building top page on a page.) I tried adding css and using some plug-ins to do that but none of them worked…

    Here’s the page.
    http://3514598.com/ja/

    Thank you in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi, I wanted to edit the content width too, but I couldnt. But Your page looks a lot narrower than mine. How did you do that?

    Thread Starter Hidenori Suzuki

    (@hidenori-suzuki)

    Oh is that so? I believe it has been like this since the beginning (approx. 700px wide).
    Can I see yours if you don’t mind?

    Thread Starter Hidenori Suzuki

    (@hidenori-suzuki)

    I figured out by myself. I’ll write it down for those who need this info.
    I just added below to CSS and it worked perfectly.
    Change max-width to vary the width.
    Just in case, I used a plugin “Simple Custom CSS” to do this.

    Cheers,

    .site {
    margin: 0 auto;
    padding: 0 15px;
    }
    .site-branding,
    .site-content,
    .footer-widget,
    .site-info {
    max-width: 920px;
    margin: 0 auto;
    align-content:left;
    }

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