• Hi all,

    How to change the width of website

    Appearance -> Customize
    Only ‘Layout’ there

    Not ‘Layout Option’

    Please help. Thanks

    Regards

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • The theme you are using, TwentyEleven, does not have a setting for what you are looking for. You obviously already have a child theme with some custom style adjustments. That’s where you would have to change the width of the page yourself via CSS. The following CSS-property is enough for that, just an example:

    #page {
     max-width: 1600px;
    }
    Thread Starter satimis02

    (@satimis02)

    Hi,
    
    Thanks for your advice.
    
    On hosting company cPanel;
    wp-content -> themes -> twentyeleven-child
    edit style.css
    
    add;
    
    page {
    
    max-width: 1600px;
    }
    at the bottom of the file
    
    -> save and exit
    It hasn't made any change to the page width
    
    
    
    Any suggestion? Thanks
    
    Regards

    • This reply was modified 1 year, 10 months ago by satimis02.
    • This reply was modified 1 year, 10 months ago by satimis02.

    You have a spelling mistake. Not just “page” but “#page” should be there.

    Sorry, I made typing mistake here, on my posting, but not on .css file.

    #page

    I just re-tried it, increasing or decreasing 1600 without any effect.

    It is possible to increase the page width of the website. I did it long time ago. But unfortunately I forgot the steps

    • This reply was modified 1 year, 10 months ago by satimis.

    Clear your browser cache. For me the page is already wider.

    Hi threadi,

    Your’re right. After clearing the cache of Chrome and Firefox, the page width is increased.

    Lot of thanks for your advice.

    Regards

    Glad if I could help. You are welcome to set the topic to solved.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to change the widtrh of website’ is closed to new replies.