Problems with bootstrap grid not breaking or displaying properly
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I have run into a massive headache with boostrap errors on my page when it comes to the grid. I know I have done all that I can to figure out, and spent countless hours trying different things, all to no avail. I have the following code giving me problems. If you want to check out the site in action it is located here: Sample Page
<div class="container">
<div class="row">
<div class="prodStyles col-xs-12">
<h2>ALL PRODUCT STYLES</h2>
</div>
</div>
<div class="row">
<div class="col-xs-6 col-sm-6 col-md-6 col-lg-3">
<div class="prodImage">
<img src="images/roll/king-blue.png" alt="cblue" class="alignnone" />
</div>
<div class="col-xs-6 col-sm-6 col-md-6 col-lg-3">
<div class="prodStyles">
<ul>
<li><span>KINGS</span></li>
<li>1</li>
<li>2</li>
<li>3</li>
</ul>
</div>
</div>
<div class="col-xs-6 col-sm-6 col-md-6 col-lg-3">
<div class="prodImage">
<img src="/images/roll/king-blue.png" alt="blue" class="alignnone" />
</div>
</div>
<div class="col-xs-6 col-sm-6 col-md-6 col-lg-3">
<div class="prodStyles">
<ul>
<li><span>KINGS</span></li>
<li>1</li>
<li>2</li>
<li>3</li>
</ul>
</div>
</div>
</div>
</div>
</div>
I was able to get it close, but it wasn't breaking where I wanted it to for small screens. I would like it to always be a minimum of 2 columns wide, and 4 columns wide for medium screens and above.
html css twitter-bootstrap stack css-grid
add a comment |
I have run into a massive headache with boostrap errors on my page when it comes to the grid. I know I have done all that I can to figure out, and spent countless hours trying different things, all to no avail. I have the following code giving me problems. If you want to check out the site in action it is located here: Sample Page
<div class="container">
<div class="row">
<div class="prodStyles col-xs-12">
<h2>ALL PRODUCT STYLES</h2>
</div>
</div>
<div class="row">
<div class="col-xs-6 col-sm-6 col-md-6 col-lg-3">
<div class="prodImage">
<img src="images/roll/king-blue.png" alt="cblue" class="alignnone" />
</div>
<div class="col-xs-6 col-sm-6 col-md-6 col-lg-3">
<div class="prodStyles">
<ul>
<li><span>KINGS</span></li>
<li>1</li>
<li>2</li>
<li>3</li>
</ul>
</div>
</div>
<div class="col-xs-6 col-sm-6 col-md-6 col-lg-3">
<div class="prodImage">
<img src="/images/roll/king-blue.png" alt="blue" class="alignnone" />
</div>
</div>
<div class="col-xs-6 col-sm-6 col-md-6 col-lg-3">
<div class="prodStyles">
<ul>
<li><span>KINGS</span></li>
<li>1</li>
<li>2</li>
<li>3</li>
</ul>
</div>
</div>
</div>
</div>
</div>
I was able to get it close, but it wasn't breaking where I wanted it to for small screens. I would like it to always be a minimum of 2 columns wide, and 4 columns wide for medium screens and above.
html css twitter-bootstrap stack css-grid
add a comment |
I have run into a massive headache with boostrap errors on my page when it comes to the grid. I know I have done all that I can to figure out, and spent countless hours trying different things, all to no avail. I have the following code giving me problems. If you want to check out the site in action it is located here: Sample Page
<div class="container">
<div class="row">
<div class="prodStyles col-xs-12">
<h2>ALL PRODUCT STYLES</h2>
</div>
</div>
<div class="row">
<div class="col-xs-6 col-sm-6 col-md-6 col-lg-3">
<div class="prodImage">
<img src="images/roll/king-blue.png" alt="cblue" class="alignnone" />
</div>
<div class="col-xs-6 col-sm-6 col-md-6 col-lg-3">
<div class="prodStyles">
<ul>
<li><span>KINGS</span></li>
<li>1</li>
<li>2</li>
<li>3</li>
</ul>
</div>
</div>
<div class="col-xs-6 col-sm-6 col-md-6 col-lg-3">
<div class="prodImage">
<img src="/images/roll/king-blue.png" alt="blue" class="alignnone" />
</div>
</div>
<div class="col-xs-6 col-sm-6 col-md-6 col-lg-3">
<div class="prodStyles">
<ul>
<li><span>KINGS</span></li>
<li>1</li>
<li>2</li>
<li>3</li>
</ul>
</div>
</div>
</div>
</div>
</div>
I was able to get it close, but it wasn't breaking where I wanted it to for small screens. I would like it to always be a minimum of 2 columns wide, and 4 columns wide for medium screens and above.
html css twitter-bootstrap stack css-grid
I have run into a massive headache with boostrap errors on my page when it comes to the grid. I know I have done all that I can to figure out, and spent countless hours trying different things, all to no avail. I have the following code giving me problems. If you want to check out the site in action it is located here: Sample Page
<div class="container">
<div class="row">
<div class="prodStyles col-xs-12">
<h2>ALL PRODUCT STYLES</h2>
</div>
</div>
<div class="row">
<div class="col-xs-6 col-sm-6 col-md-6 col-lg-3">
<div class="prodImage">
<img src="images/roll/king-blue.png" alt="cblue" class="alignnone" />
</div>
<div class="col-xs-6 col-sm-6 col-md-6 col-lg-3">
<div class="prodStyles">
<ul>
<li><span>KINGS</span></li>
<li>1</li>
<li>2</li>
<li>3</li>
</ul>
</div>
</div>
<div class="col-xs-6 col-sm-6 col-md-6 col-lg-3">
<div class="prodImage">
<img src="/images/roll/king-blue.png" alt="blue" class="alignnone" />
</div>
</div>
<div class="col-xs-6 col-sm-6 col-md-6 col-lg-3">
<div class="prodStyles">
<ul>
<li><span>KINGS</span></li>
<li>1</li>
<li>2</li>
<li>3</li>
</ul>
</div>
</div>
</div>
</div>
</div>
I was able to get it close, but it wasn't breaking where I wanted it to for small screens. I would like it to always be a minimum of 2 columns wide, and 4 columns wide for medium screens and above.
html css twitter-bootstrap stack css-grid
html css twitter-bootstrap stack css-grid
asked Nov 15 '18 at 7:50
Nathan SmithNathan Smith
13
13
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
I think the only change you need to make is col-md-6
to col-md-3
.
<div class="col-xs-6 col-sm-6 col-md-3 col-lg-3">
Also, I don't know if this is intentional or not, but your first column is currently wrapping around all the other columns. If not, just move its closing</div>
tag up so its no longer surrounding the others.
– Sam Walpole
Nov 15 '18 at 8:22
add a comment |
Bootstrap grid works in a way that there are 12 columns in a row. And you divide them however you want - for two columns you set two div
s with col-md-6
(for medium resolution, hence md
). So, if you want to have 2 columns for small and extra small screens, 4 columns for medium screen, and let's say 6 columns for large screen, your code would look something like this:
<div class="col-xs-6 col-sm-6 col-md-3 col-lg-2">
add a comment |
I think you are missing a closure div after first col element on second row. And have 1 extra div of closure outside. try this:
<div class="container">
<div class="row">
<div class="prodStyles col-xs-12">
<h2>ALL PRODUCT STYLES</h2>
</div>
</div>
<div class="row">
<div class="col-xs-6 col-sm-6 col-md-6 col-lg-3">
<div class="prodImage">
<img src="images/roll/king-blue.png" alt="cblue" class="alignnone" />
</div>
</div>
<div class="col-xs-6 col-sm-6 col-md-6 col-lg-3">
<div class="prodStyles">
<ul>
<li><span>KINGS</span></li>
<li>1</li>
<li>2</li>
<li>3</li>
</ul>
</div>
</div>
<div class="col-xs-6 col-sm-6 col-md-6 col-lg-3">
<div class="prodImage">
<img src="/images/roll/king-blue.png" alt="blue" class="alignnone" />
</div>
</div>
<div class="col-xs-6 col-sm-6 col-md-6 col-lg-3">
<div class="prodStyles">
<ul>
<li><span>KINGS</span></li>
<li>1</li>
<li>2</li>
<li>3</li>
</ul>
</div>
</div>
</div>
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53314638%2fproblems-with-bootstrap-grid-not-breaking-or-displaying-properly%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
I think the only change you need to make is col-md-6
to col-md-3
.
<div class="col-xs-6 col-sm-6 col-md-3 col-lg-3">
Also, I don't know if this is intentional or not, but your first column is currently wrapping around all the other columns. If not, just move its closing</div>
tag up so its no longer surrounding the others.
– Sam Walpole
Nov 15 '18 at 8:22
add a comment |
I think the only change you need to make is col-md-6
to col-md-3
.
<div class="col-xs-6 col-sm-6 col-md-3 col-lg-3">
Also, I don't know if this is intentional or not, but your first column is currently wrapping around all the other columns. If not, just move its closing</div>
tag up so its no longer surrounding the others.
– Sam Walpole
Nov 15 '18 at 8:22
add a comment |
I think the only change you need to make is col-md-6
to col-md-3
.
<div class="col-xs-6 col-sm-6 col-md-3 col-lg-3">
I think the only change you need to make is col-md-6
to col-md-3
.
<div class="col-xs-6 col-sm-6 col-md-3 col-lg-3">
answered Nov 15 '18 at 7:55
Sam WalpoleSam Walpole
1038
1038
Also, I don't know if this is intentional or not, but your first column is currently wrapping around all the other columns. If not, just move its closing</div>
tag up so its no longer surrounding the others.
– Sam Walpole
Nov 15 '18 at 8:22
add a comment |
Also, I don't know if this is intentional or not, but your first column is currently wrapping around all the other columns. If not, just move its closing</div>
tag up so its no longer surrounding the others.
– Sam Walpole
Nov 15 '18 at 8:22
Also, I don't know if this is intentional or not, but your first column is currently wrapping around all the other columns. If not, just move its closing
</div>
tag up so its no longer surrounding the others.– Sam Walpole
Nov 15 '18 at 8:22
Also, I don't know if this is intentional or not, but your first column is currently wrapping around all the other columns. If not, just move its closing
</div>
tag up so its no longer surrounding the others.– Sam Walpole
Nov 15 '18 at 8:22
add a comment |
Bootstrap grid works in a way that there are 12 columns in a row. And you divide them however you want - for two columns you set two div
s with col-md-6
(for medium resolution, hence md
). So, if you want to have 2 columns for small and extra small screens, 4 columns for medium screen, and let's say 6 columns for large screen, your code would look something like this:
<div class="col-xs-6 col-sm-6 col-md-3 col-lg-2">
add a comment |
Bootstrap grid works in a way that there are 12 columns in a row. And you divide them however you want - for two columns you set two div
s with col-md-6
(for medium resolution, hence md
). So, if you want to have 2 columns for small and extra small screens, 4 columns for medium screen, and let's say 6 columns for large screen, your code would look something like this:
<div class="col-xs-6 col-sm-6 col-md-3 col-lg-2">
add a comment |
Bootstrap grid works in a way that there are 12 columns in a row. And you divide them however you want - for two columns you set two div
s with col-md-6
(for medium resolution, hence md
). So, if you want to have 2 columns for small and extra small screens, 4 columns for medium screen, and let's say 6 columns for large screen, your code would look something like this:
<div class="col-xs-6 col-sm-6 col-md-3 col-lg-2">
Bootstrap grid works in a way that there are 12 columns in a row. And you divide them however you want - for two columns you set two div
s with col-md-6
(for medium resolution, hence md
). So, if you want to have 2 columns for small and extra small screens, 4 columns for medium screen, and let's say 6 columns for large screen, your code would look something like this:
<div class="col-xs-6 col-sm-6 col-md-3 col-lg-2">
answered Nov 15 '18 at 8:09
Mirza MašićMirza Mašić
9426
9426
add a comment |
add a comment |
I think you are missing a closure div after first col element on second row. And have 1 extra div of closure outside. try this:
<div class="container">
<div class="row">
<div class="prodStyles col-xs-12">
<h2>ALL PRODUCT STYLES</h2>
</div>
</div>
<div class="row">
<div class="col-xs-6 col-sm-6 col-md-6 col-lg-3">
<div class="prodImage">
<img src="images/roll/king-blue.png" alt="cblue" class="alignnone" />
</div>
</div>
<div class="col-xs-6 col-sm-6 col-md-6 col-lg-3">
<div class="prodStyles">
<ul>
<li><span>KINGS</span></li>
<li>1</li>
<li>2</li>
<li>3</li>
</ul>
</div>
</div>
<div class="col-xs-6 col-sm-6 col-md-6 col-lg-3">
<div class="prodImage">
<img src="/images/roll/king-blue.png" alt="blue" class="alignnone" />
</div>
</div>
<div class="col-xs-6 col-sm-6 col-md-6 col-lg-3">
<div class="prodStyles">
<ul>
<li><span>KINGS</span></li>
<li>1</li>
<li>2</li>
<li>3</li>
</ul>
</div>
</div>
</div>
add a comment |
I think you are missing a closure div after first col element on second row. And have 1 extra div of closure outside. try this:
<div class="container">
<div class="row">
<div class="prodStyles col-xs-12">
<h2>ALL PRODUCT STYLES</h2>
</div>
</div>
<div class="row">
<div class="col-xs-6 col-sm-6 col-md-6 col-lg-3">
<div class="prodImage">
<img src="images/roll/king-blue.png" alt="cblue" class="alignnone" />
</div>
</div>
<div class="col-xs-6 col-sm-6 col-md-6 col-lg-3">
<div class="prodStyles">
<ul>
<li><span>KINGS</span></li>
<li>1</li>
<li>2</li>
<li>3</li>
</ul>
</div>
</div>
<div class="col-xs-6 col-sm-6 col-md-6 col-lg-3">
<div class="prodImage">
<img src="/images/roll/king-blue.png" alt="blue" class="alignnone" />
</div>
</div>
<div class="col-xs-6 col-sm-6 col-md-6 col-lg-3">
<div class="prodStyles">
<ul>
<li><span>KINGS</span></li>
<li>1</li>
<li>2</li>
<li>3</li>
</ul>
</div>
</div>
</div>
add a comment |
I think you are missing a closure div after first col element on second row. And have 1 extra div of closure outside. try this:
<div class="container">
<div class="row">
<div class="prodStyles col-xs-12">
<h2>ALL PRODUCT STYLES</h2>
</div>
</div>
<div class="row">
<div class="col-xs-6 col-sm-6 col-md-6 col-lg-3">
<div class="prodImage">
<img src="images/roll/king-blue.png" alt="cblue" class="alignnone" />
</div>
</div>
<div class="col-xs-6 col-sm-6 col-md-6 col-lg-3">
<div class="prodStyles">
<ul>
<li><span>KINGS</span></li>
<li>1</li>
<li>2</li>
<li>3</li>
</ul>
</div>
</div>
<div class="col-xs-6 col-sm-6 col-md-6 col-lg-3">
<div class="prodImage">
<img src="/images/roll/king-blue.png" alt="blue" class="alignnone" />
</div>
</div>
<div class="col-xs-6 col-sm-6 col-md-6 col-lg-3">
<div class="prodStyles">
<ul>
<li><span>KINGS</span></li>
<li>1</li>
<li>2</li>
<li>3</li>
</ul>
</div>
</div>
</div>
I think you are missing a closure div after first col element on second row. And have 1 extra div of closure outside. try this:
<div class="container">
<div class="row">
<div class="prodStyles col-xs-12">
<h2>ALL PRODUCT STYLES</h2>
</div>
</div>
<div class="row">
<div class="col-xs-6 col-sm-6 col-md-6 col-lg-3">
<div class="prodImage">
<img src="images/roll/king-blue.png" alt="cblue" class="alignnone" />
</div>
</div>
<div class="col-xs-6 col-sm-6 col-md-6 col-lg-3">
<div class="prodStyles">
<ul>
<li><span>KINGS</span></li>
<li>1</li>
<li>2</li>
<li>3</li>
</ul>
</div>
</div>
<div class="col-xs-6 col-sm-6 col-md-6 col-lg-3">
<div class="prodImage">
<img src="/images/roll/king-blue.png" alt="blue" class="alignnone" />
</div>
</div>
<div class="col-xs-6 col-sm-6 col-md-6 col-lg-3">
<div class="prodStyles">
<ul>
<li><span>KINGS</span></li>
<li>1</li>
<li>2</li>
<li>3</li>
</ul>
</div>
</div>
</div>
answered Nov 15 '18 at 10:01
Constantin TrepadusConstantin Trepadus
446
446
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53314638%2fproblems-with-bootstrap-grid-not-breaking-or-displaying-properly%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown