• I am using the 2014 WordPress Theme.

    I have created a child theme.

    I would like to know how to adjust the amount of white space right after the right side column? I would modify this in style.css?

    I am a newbie when it comes to coding and WordPress.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try putting the following in your child theme’s style.css:

    .site, .site-header {
      max-width: auto;
    }

    I think that will do it. Twenty Fourteen has both of those set to a max-width of 1260 px, and if your screen resolution is larger than that, there will be a white border to the right of your right sidebar.

    The problem is that this will make the theme try to fill the full width of the monitor, and I’m not sure what that will look like on a really high-resolution monitor because I don’t have one to test it on.

    Thread Starter zenzen18

    (@zenzen18)

    Thank you Linux!

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

The topic ‘Right side toolbar white space padding’ is closed to new replies.