• Hello,

    I am VERY new to WordPress and CSS, meaning I successfully added one code to my “additional CSS” in Hemingway for ww.wp.xz.cn.

    My questions:

    1.I would like to try and make my right sidebar narrower and my main blog a little wider. I’m not sure if this will mess up my widgets, but is there a way to do this through CSS or a particular widget?

    2. Along with this, I am wondering if there is a way to make the right sidebar look more separate from the main blog body…whether that be a vertical line or some other way to make it more prominent.

    Thanks in advance.
    Christine

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • I am looking for the same as #1 above. Mainly, I want to reduce the wide left and right margins and widen the main column. I essentially want to copy the format from Hemingway Rewritten, but I don’t know how to do that.

    Theme Author Anders Norén

    (@anlino)

    Hi @christine435,

    Go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and add the code below:

    .section-inner { width: 1440px; }

    Adjust the value to your liking. Let me know if that does it.

    — Anders

    Thread Starter christine435

    (@christine435)

    Thank you for getting back to me, Anders. Unfortunately, that code did not change the widths at all. I tried several different values in addition to the 1440, and nothing changed.

    Christine

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Changing width or right sidebar’ is closed to new replies.