DMXzone Bootstrap Support Product Page
Answered
Repeated SPAN
Asked 11 years ago
1
has this question
11 years ago 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 11 years ago
11 years ago 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:
CSS:
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 11 years ago
11 years ago Denis Hoffmann replied:
Thanks a lot.
How do I use your shadow extension?
Can I use it on Container, Row and Span?
How do I use your shadow extension?
Can I use it on Container, Row and Span?
Replied 11 years ago
11 years ago Teodor Kuduschiev replied:
Hello,
It depends on what you need to achieve with the shadows.
It depends on what you need to achieve with the shadows.
Replied 11 years ago
11 years ago Denis Hoffmann replied:
I want to do something like
www.dmxzone.com/demo/DMXzoneCSS3DropShadows/InteriorDesignAgency/index.html
it worked!
Denis
www.dmxzone.com/demo/DMXzoneCSS3DropShadows/InteriorDesignAgency/index.html
it worked!
Denis
Replied 11 years ago
11 years ago 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
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 11 years ago
11 years ago Teodor Kuduschiev replied:
Hi,
Please provide a link to the page, where i can check this.
Please provide a link to the page, where i can check this.
Replied 11 years ago
11 years ago Denis Hoffmann replied:
Replied 11 years ago
11 years ago Teodor Kuduschiev replied:
Hello,
This is only possible with fixed container, as the fluid one uses percent values for widths.
This is only possible with fixed container, as the fluid one uses percent values for widths.