Okay
  Public Ticket #975396
Kalium blog width
Closed

Comments

  •  2
    Samuel Newman started the conversation

    I just purchased Kalium, and I'm really loving it, but am wondering if there's an easy way to make the width of the blog content a little narrower. Right now I've set it up with your demo content "Blogging" style, and I really like it, but the blog content and sidebar take up the full width of the screen, and if possible I'd like them to be a bit narrower overall, as shown in this screen grab.

    {"wp":{"use":false,"adminUrl":"bachelorplaid.com/wp-admin","username":"","password":""},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}}

  • [deleted] replied

    Hi Samuel,

    This is how i see your site from my 15 inch screen, http://drops.laborator.co/ZjRN and that is the exact size as on our demo.

    The screenshot that you saw on the colorlib.com is made from an 27 inch screen, that's why the container was smaller.

  •  2
    Samuel Newman replied

    Ah yes, I see (looking at it now on my 27" screen). So is there a way to keep it from becoming more than a certain percentage of the width of the screen or something like that? If possible, I'd like to keep it less than full screen when it's viewed on something like a laptop.

    Thanks very much,

    Sam

  • [deleted] replied

    Hi Samuel,

    Maybe you can add this CSS and it will make container bigger for 100px.

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


    @media (min-width: 1200px) {
        .container {
        width: 1370px;
        } }
  •  2
    Samuel Newman replied

    Hi Ylli,

    I actually wanted to make it smaller, whereas your code made it larger, but I figured out how to adapt it, so I'm all set. Thank you!

  •   [deleted] replied privately