• I am trying to figure out how to expand the writing space on a page. At the moment the content that appears on a page is very slim and there are huge gaps of white plain borders before the sidebars. Can you help me change this.

    I have tried to change the content width on the CSS Style sheet and nothing has changed.

    The site is https://www.volfroitman.com

    Thanks

Viewing 10 replies - 1 through 10 (of 10 total)
  • There is only 30px of padding for the content. Which space exactly do you want to have wider?

    Thread Starter clenherr

    (@clenherr)

    Between the content and the sidebars is a huge white space. I want to get rid of this and make the content spread across the whole page – so it reaches the sidebar borders.

    Thread Starter clenherr

    (@clenherr)

    I have added that and it changed nothing!

    What I’m seeing on your site is actually pretty good, compared to what the template creates on it’s own. Here’s a screen shot of mine before https://flic.kr/p/GLG67w

    you could try ….

    .content-sidebar {
    margin-left: -20%;
    width: 20%;
    }
    Thread Starter clenherr

    (@clenherr)

    That hasnt changed anything either annoyingly.

    So do you think that there is no way of removing/decreasing the white side edges between the written content and the black side bars?

    Thanks!

    You have max-width: 474px for .entry-content and .entry-header. That’s the problem right now.

    Thread Starter clenherr

    (@clenherr)

    So what can I do?!

    Are you using child theme?

    Something has changed…..I just looked at your sight now and it is very narrow….. when I was looking 6 days ago, there was VERY little white space.
    If you have taken the code out of your CSS file, I think you should put it back in….clear you cashe…then look at your sight.
    I’m wondering if you just were not seeing what the rest of us were last week.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Content Spacing on pages’ is closed to new replies.