Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1205816
    Dutt
    Participant

    Hi,

    Please see my link: http://duttonlaw.ca/2016/10/04/my-new-website/

    I am trying to widen the text of my blog posts. It is too narrow and difficult to read now. The text currently is about 25% of the size of the screen, but I would like it adjusted to about 80% of the screen, or at least, as wide as the Themeco blog: http://theme.co/blog/

    I cant figure out how to fix this.

    Please note that I would like to make all blog posts wide, not just this individual post.

    Thanks in advance for any help you might be able to provide.

    #1205933
    Jade
    Moderator

    Hi there,

    Please try this code:

    
    .single-post .x-container.max {
        max-width: 800px;
    }
    #1205935
    Rahul
    Moderator

    Hi there,

    Thanks for writing in! To make the blog posts page full width, just add the following CSS code via Appearance > Customize > Custom > CSS:

    .single .x-sidebar {
      display: none !important;
    }
    .single .x-main {
      width: 100% !important;
    }

    Let us know how this goes!

    #1205945
    Dutt
    Participant

    Thanks Jade that worked.

    Rahul thanks for replying.

    Best regards

    #1206239
    Friech
    Moderator

    You’re welcome, feel free to get in touch with us regarding any further queries about the X|Theme and Cornerstone.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1205816 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>