• Resolved blommas

    (@blommas)


    I just figured out how to remove the sidebar, and it is gone now.. But on my posts the space where the sidebar was is still there, so it’s just an empty white space.. How can I remove the empty space/change the post width?
    My website is coffeebelieverDOTcom (click on Single-Serve in the header to see one of the posts)

Viewing 6 replies - 1 through 6 (of 6 total)
  • Moderator t-p

    (@t-p)

    – Unfortunately, your currently used theme is not in the ww.wp.xz.cn/themes/ directory:
    https://ww.wp.xz.cn/themes/search/compare/

    – These forums are for free themes/plugins available in the WordPress theme directory at ww.wp.xz.cn/themes/. So please contact the developer/vendor directly for support with your question. You’ll be more likely to find a good answer from them, for they have the access to its code. Forum volunteers are not given access to commercial/custom products, so they would not know why your /custom/commercial theme or plugin is not working properly. The developers/vendors are responsible for supporting their custom/commercial product.
    See http://codex.ww.wp.xz.cn/Forum_Welcome#Commercial_Products

    Thread Starter blommas

    (@blommas)

    Thanks, they’re not answering though.
    I’d appreciate it if anyone helps

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    This CSS will do it (or at least come close — you may need to tweak a bit)

    .blog-single.content {
      width: auto;
      margin-right: 2em;
      float:none;
    }
    hfeed {
        width: 100%;
        float: none;
        margin-left: 2em;
    }

    To add CSS: If your theme has a custom CSS option, use that to add the CSS shown above. If not, install the plugin Simple Custom CSS. Or, if you have Jetpack installed, enable its Custom CSS module.

    Learn the Chrome Developer Tools to help you see and test changes to your CSS.

    Thread Starter blommas

    (@blommas)

    Thanks, but it didn’t fix it completely.. Only some of the post went to the left, and the big space is still there.. Not sure how to tweak it correctly

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Use the Chrome developer tools and “walk” up and down the divs looking at (and tweeaking) CSS.

    Thread Starter blommas

    (@blommas)

    Thank you, I finally figured it out! 🙂

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

The topic ‘How to change post width?’ is closed to new replies.