Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #115392
    nimadude
    Participant

    Hi there,

    I would like to widen the site content (for page without sidebar). Tried changing “$content_width = 924′ in functions.php but didn’t work.

    Thanks

    Nima

    #115423
    Mahesh
    Keymaster

    @nimadude: Your page is already 1024px wide. Let me know how wide do you want it?

    Regards,
    Mahesh

    #115438
    nimadude
    Participant

    http://khosa.emergencyradiology.ca/

    if you look at page inspector it says 924 px wide, I’d like to play around with maybe 1100-1200?

    I saw in your code there seems to be an option somewhere to resize but cannot find in the interface.

    Thanks!

    #115440
    Mahesh
    Keymaster

    @nimadude: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    .content-area {
        width: 1200px;
    }
    
    @media screen and (max-width: 1200px) {
        .content-area {
            width: 100%;
        }
    }
    
    .slideshow_container {
        margin: 0 auto;
    }

    Regards,
    Mahesh

    #115475
    nimadude
    Participant

    You are awesome. Thank your sir!

    #115489
    Mahesh
    Keymaster

    @nimadude: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Resize content width?’ is closed to new replies.