Change the content width in Confit theme

  • Unknown's avatar

    Hi, I’m using the Confit v.1.3.3 theme which I really like but would like to increase the width of the text content area on static pages. As I am not so familiar with CSS – what do I need to change so that the content area can be increased ?
    I’m not native English speaking , so please excuse me in advance .

    The site is https://bbkrustev.wordpress.com/pagina-inicial/

    I just tried to change 954px here – #wrapper {
    margin-right: 10px;
    margin-right: 1.0rem;
    max-width: 954px;
    min-height: 100%;
    position: relative;
    } , but nothing happened. May be I missing something ?

    The blog I need help with is: (visible only to logged in users)

  • Hello there,

    Happy to help you with this.

    You may want to try this CSS below:

    
    /* Change content width */
    
    #wrapper {
        max-width: 982px; /* Change this */
    }
    
    #primary {
        width: 69%; /* Maximum width */
    }
    

    Hope this helps.

  • Unknown's avatar

    It works

    Thank you very much !

  • The topic ‘Change the content width in Confit theme’ is closed to new replies.