Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1982968
width of page
Closed

Comments

  • zeppelin started the conversation

    how can I controls the width of the article page? For example, 1000 px, or 960px?

  •  7,095
    Oliver replied

    Hi,

    pls. give me link to this page.

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • zeppelin replied

    I mean I want to control all the pages, post, and including the home page of the site, also known as the page width layout.

    my site:https://21chineseculture.com/

  •  7,095
    Oliver replied

    Hi,

    Code example:

    @media (min-width: 1212px) {
    body .container {
        width: 1212px;
    }
    }

     

    6707465710.png

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver