Digital experiences for all disciplines
Forum Replies Created
-
-
This reply has been marked as private.
Spoke too soon. Not working. Having six columns per row seems to be throwing it off. It will change the percentage width accordingly, but then leave blank spaces. This only occurs when there are rows of 5 and 6.
thank you
Its working. I’ll post the code if you want it.
-M
I can get the widths to change accordingly, but the number of tiles per row do not change I must not be understanding your instructions.
Can you show me a link for Standard? cause I can’t see it.
So the only option for previous and next buttons is the ones that pop up on the edge as you scroll down the page?
http://test.overdrivedesign.com/structure/
@media only screen and (min-width:960px) {
/* styles for browsers larger than 960px; */
.main_menu_row .col-sm-3 {
width: 20%!important;
}
} with the codeWhat I want is for each row to show a certain number of tiles based on screen width. I understand using percentage. But I can’t override the THEMEs bootstrap sizing for each row.
For instance
if I make a series of tiles like this
[1/4][1/6][1/6][1/6][1/4] I get 5 tiles and using css I can make them all 20%
what I want is for the tiles to display at 20 then the screen is 900px or more so you get 5 tiles
700-900 3 tiles so each column is 33%like this?
Attachments:
You must be logged in to view attached files.I just want the theme buttons to display at the bottom of the screen. I can get them to display when they’re on the side for previous and next, but not at the bottom of the page.
thank you
Those aren’t the buttons. Just place holders. If you click on them they dont do anything.
-M
It sizes them properly but still only keeps 4 columns per row
Attachments:
You must be logged in to view attached files.NOt resolved but going to re word the question.
-
Posted in: Reply To: Bootstrap Layout Question