Site logo

Archived topic

bootstrap carousel

4 replies · Started by Chad Biggs on February 10, 2016

Viewing posts 1–5 of 5

Will someone please tell me why there is a big gray area under my bootstrap carousel? And the images a kind of jumpey.

http://cboysweb.com/sample-page/

Thank you,
-Chad

I got the gray area smaller and it doesnt jump around but i still need to figure out how to remove that 10px gray line under the images. I also need to figure out how to make it full width of the browser.

Any help is greatly appreciated,
-Chad

Hi Chad,

This is something you'll need to ask the developer of that plugin as I'm not familiar with it.

Ok, I understand. Can you tell me how I can make my page full width? I have the sidebars turned off. Shouldn't my content expand all the way out to the edge of my browser?

-Chad

You can either:

a) Set your container width to something really wide in "Customize > Layout".
b) Add this CSS:

body .grid-container {
    max-width: 100%;
}
This archived topic is closed to new replies.