No full width or sidebar blogpost

Home Forums Jevelin Theme No full width or sidebar blogpost

Home Forums Jevelin Theme No full width or sidebar blogpost

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • SjoerdGerritsen
    Participant

    Hi there,

    I’d like to change how wide my blogposts (including image) are displaying on screen. I don’t want to have full-width because it messes with the reading experience. Any ideas on how to do this?

     

    Currently it’s set to full width, and it’s not so great.. (https://sjoerdgerritsen.com/what-it-is-really-like-to-write-a-book/)

     

    Thanks!

    Hi @SjoerdGerritsen,

     

    I hope you are well today and thank you for your question.

     

    Please clear the W3 Total Cache o your site and temporary disable it.

     

    Also please make sure you are using below latest version of theme on your site.

     


    Please login to access this file

     

    You can use Yellow pencil editor as described in the following page to change any styling on your site.

     

    https://support.shufflehound.com/how-to-change-almost-any-element/

     

    Best regards,
    Shufflehound team

    SjoerdGerritsen
    Participant

    Thanks! Almost there 🙂 I made it the width I want, the problem now is that the text won’t stay centered and visible when your sizing the screen down. It’s not properly responding responsively.. If that makes sense..

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    To achieve this and make it responsive please remove the changes you have made and try adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .single-post .container.entry-content {
        max-width: 690px !important;
        padding: 0 20px !important;
        width: 100% !important;
    }

    SjoerdGerritsen
    Participant

    Thanks! 🙂

    You are most welcome here 🙂

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