Okay
  Public Ticket #1303429
Post container width
Closed

Comments

  • melfte started the conversation

    Hello,


    I really like the Kalium theme but I would like to know two things:

    1. Is it possible to change the width of the posts ? I am using Kalium for my personal blog and the post are all full-width, no side-bar. I would like to make the text occupy about 75% of the screen, centered, instead of using 100%.

    2. Also I have the sidebar on my blog page and would like to know if it is possible to center the text widgets ? The URL is an example of what I mean. 


    Thank you, 

    Melinda

    {"wp":{"use":false,"adminUrl":"http://www.ochristine.com/blog/11/2016/toms-of-maine-giveaway-wellness-blog/wp-admin","username":"","password":""},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}}

  • melfte replied

    Guys, don't mind my dumb second question. I found how to do it. 

  • [deleted] replied

    Hi melfte,

    Glad to hear that.

    Will set this ticket as solved from here.

  • melfte replied

    Well I still don't know how to change the width of the posts... 

  • [deleted] replied

    Hi melfte,

    Sorry but when i visit the URL that you provided I don't see that you are using our theme for the moment.

  • melfte replied

    Hello, 

    This was a URL I provided to illustrate my second question - which I already solved. 

    I am just wondering how I could make the posts container a little narrower... Something like this: https://premium.wpmudev.org/blog/set-up-wordpress-locally-with-desktopserver/ (I don't plan on having a side bar if that is relevant).

    Thank you ! 

  • [deleted] replied

    Hi melfte,

    Can you please write URL of this exact page please? We need to investigate your site and then get back to you if we have possible solution.

  • melfte replied

    http://bonvoyageproject.com/2017/10/12/cross-darien-gap-motorcycle/

    Hello, 


    My website is finally online and I still didn't find if it is possible to change the standard post width. 

  • [deleted] replied

    Hi melfte,

    Can you please add the code below to your Custom CSS area:

    @media screen and (min-width: 1200px) {
        .post-comments .container, .single-post .post--column {
            padding: 0 80px;
        }
    }
    Thanks!