How to edit post content width ? - by partner3636

This topic has 2 replies, 2 voices, and was last updated 6 years, 8 months ago ago by Laranz

  • Avatar: partner3636
    partner3636
    Participant
    August 8, 2017 at 05:03

    Hello,
    The default full width is 1170px. How to edit it to 850px ?

    1 Answer
    Avatar: laranz
    Laranz
    Participant
    August 9, 2017 at 02:29

    Hi,

    I wouldn’t recommend editing grid sizes, because it may cause issues regarding layouts, so fair warning. if you really want to do then you can do that like,

    @media screen and (min-width: 1200px) {
    .container { width: 870px; }
    }

    We’re using bootstrap defulat 960px grid, so if you want to customize that you can follow that standard. You can reduce the container width according to the screen width, reduce the min-width and also width according to your needs.

    Let us know,

    Thanks,
    laranz.,

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.