DMXzone Bootstrap Support Product Page

Answered

Repeated SPAN

Asked 21 Jun 2013 08:02:04
1
has this question
21 Jun 2013 08:02:04 Denis Hoffmann posted:
Hi,

I got SPAN2 in a ROW and create a repeating region from my recordset around SPAM2.
Do I have to put every 6 SPANS into a seperate ROW?
How do I make margins bottom to the SPAN?

Cheers,
Denis

Replies

Replied 21 Jun 2013 08:15:59
21 Jun 2013 08:15:59 Teodor Kuduschiev replied:
Hello Denis,

You do not need to create a separate row for each 6 .span2. the best way to style any elelemnt is to add an additional class to it, and then style this class. Example:

<div class="span2 margin-bottom">...Lorem ipsum ...</div>


CSS:

.margin-bottom {
margin-bottom: 20px;
}

Replied 21 Jun 2013 10:42:18
21 Jun 2013 10:42:18 Denis Hoffmann replied:
Thanks a lot.

How do I use your shadow extension?
Can I use it on Container, Row and Span?
Replied 21 Jun 2013 10:47:32
21 Jun 2013 10:47:32 Teodor Kuduschiev replied:
Hello,

It depends on what you need to achieve with the shadows.
Replied 21 Jun 2013 11:44:48
21 Jun 2013 11:44:48 Denis Hoffmann replied:
Replied 24 Jun 2013 06:52:59
24 Jun 2013 06:52:59 Denis Hoffmann replied:
Hi,
the repeating region of SPAN3 does not work with the fluid grid.
When I use the fluid grid the second row gets a margin left of 20 i think.
do I have to use ROWs in this case?
Cheers,
Denis
Replied 24 Jun 2013 07:06:47
24 Jun 2013 07:06:47 Teodor Kuduschiev replied:
Hi,
Please provide a link to the page, where i can check this.
Replied 25 Jun 2013 05:27:29
25 Jun 2013 05:27:29 Denis Hoffmann replied:
Here you are
bierbild.com/
Cheers,
Denis
Replied 25 Jun 2013 14:06:29
25 Jun 2013 14:06:29 Teodor Kuduschiev replied:
Hello,

This is only possible with fixed container, as the fluid one uses percent values for widths.

Reply to this topic