• Resolved zaptax.es

    (@zaptaxes)


    Hi eminozlem,

    How can I increase the maximum width of a page? I can’t find the right <container> or <body> or <section> class. I’m assuming I can add some overriding CSS in the Quick Start Options Group…

    I tried adding:

    .home {
    margin-left: auto;
    margin-right-auto;
    width: 1280px; }

    #content {
    margin-left: auto;
    margin-right-auto;
    width: 1280px; }

    … and while it made the page wider, there was an area left of the content area that I couldn’t get rid of with margin: 0px or padding: 0px.

    Perhaps this may be something you want to add in the Bootstrap UL Options so people can easily change instead of digging into the css somewhere?

    Cheers,
    -D

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author eminozlem

    (@eminozlem)

    #maincnot is the main .container div So you should be fine by simply adding
    .container { width: 1280px; }

    Thread Starter zaptax.es

    (@zaptaxes)

    This worked! Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change maximum width of a page’ is closed to new replies.