[Resolved] Section Won't Go Fluid

Home Forums Support [Resolved] Section Won't Go Fluid

Home Forums Support Section Won't Go Fluid

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #172388
    Nat

    Hi Tom,

    First of all, I want to apologize. I’ve been asking so many questions lately. Now, I’m learning more about sections and I found that even if Box Type is set to fluid it won’t cover the whole screen. See image below (red rectangle)…

    https://i.imgsafe.org/73eff12.jpg

    Weird thing though, is that I’ve tried “Sections” in another site where I’ve installed GP ADD-ONS and it WORKS perfectly.

    The site that I’m working on, has a lot of lines of CSS and also I’m using Bootstrap. Do you think that it has something to do with all this?

    I also tried with images. Same things!

    Thanks,
    Nat

    #172402
    Tom
    Lead Developer
    Lead Developer

    Bootstrap can definitely conflict with the width of the container as they have their own CSS classes for the container.

    Any chance you can link me to the page?

    #172513
    Nat

    Here’s the page (Box Type it set to FLUID )…

    http://natguitar.com/sections-test/

    Thanks,
    Nat

    #172535
    Tom
    Lead Developer
    Lead Developer

    Give this a shot:

    .generate-sections-enabled .container.grid-container {
        width: auto;
        padding: 0;
    }
    • This reply was modified 8 years, 2 months ago by Tom.
    #172537
    Nat

    It worked but I had to set margin and padding to 0 to make fluid.

    .generate-sections-enabled .container.grid-container {
        width: auto;
        margin:0;
        padding:0;
    }

    You are the best Tom!

    THANK YOU!

    #172538
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

    #172540
    Nat

    BTW Tom,

    When a topic is resolved, can I set it to RESOLVED by myself to “help” you and save you some time?

    #172543
    Tom
    Lead Developer
    Lead Developer

    That’s perfect, I appreciate it ๐Ÿ™‚

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.