• nahlanee

    (@nahlanee)


    I would like to change the container grid width, which is 1140px right now. How and where can I do that?

    Also, if I wanted to make parts of a page (images or graphics) in full width and others (text) in like 900px, how would I go about that?

Viewing 1 replies (of 1 total)
  • Theme Author Afterimage Designs

    (@afterimagedesigns)

    hi nahlanee,

    Thank you for using WP Bootstrap Starter Theme, to change the container width you can add this to your css file

    .container {
        max-width: 1190px; //desired container width
    }

    To make some item in full width you can wrap the content with this class “full-bleed-section”

Viewing 1 replies (of 1 total)
  • The topic ‘Change grid size’ is closed to new replies.