DMXzone Bootstrap 3 Elements Support Product Page
Not a problem
I can't get the jumbotron to have a curved border,
Reported 13 Feb 2014 23:36:03
1
has this problem
13 Feb 2014 23:36:03 Gabriel Vazquez posted:
this is the code of my boostrap.css:.jumbotron { padding: 20px 5px 20px 15px;
margin-bottom: 10px;
margin-top: 10px;
margin-left: 5px;
margin-right: 5px;
font-size: 18px;
font-weight: 200;
line-height: inherit;
outline-width: thin;
outline-style: solid;
border-radius: 6px;
outline-color: #eeeeee;
color: #fffffff;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;}
but the result is still squared:
www.ideasenfotos.com/micro/Plantilla.html
Replies
Replied 14 Feb 2014 10:36:38
14 Feb 2014 10:36:38 Teodor Kuduschiev replied:
Hello,
The jumbotron on your page actually has rounded corners. What browser are you having the problem with?
The jumbotron on your page actually has rounded corners. What browser are you having the problem with?
Replied 14 Feb 2014 15:05:21
14 Feb 2014 15:05:21 Gabriel Vazquez replied:
No, now i was showing the well option
Please check closely the corners. There you will see the squeared corners that remain after I un check the well option
Please check closely the corners. There you will see the squeared corners that remain after I un check the well option
Replied 14 Feb 2014 15:07:46
14 Feb 2014 15:07:46 Gabriel Vazquez replied:
Ill un check the well option as soon as I get to the office, please help me , Ive lost a lot of time trying to figure out whats wrong.
Thanks!
Thanks!
Replied 14 Feb 2014 16:04:47
14 Feb 2014 16:04:47 Teodor Kuduschiev replied:
I see you edited the core bootstrap.css . You removed the jumbotron background and added some outline property, which breaks its layout..
Please DO NOT edit the core file but make changes in a separate file...
Please DO NOT edit the core file but make changes in a separate file...
Replied 14 Feb 2014 16:26:29
14 Feb 2014 16:26:29 Gabriel Vazquez replied:
Ok, on that
I was trying to get the hero i used in my page: its not aviliable in bse3?
Www.ideasenfotos.com
I was trying to get the hero i used in my page: its not aviliable in bse3?
Www.ideasenfotos.com
Replied 14 Feb 2014 16:29:50
14 Feb 2014 16:29:50 Teodor Kuduschiev replied:
The .hero-unit class is not available in bootstrap3.
Replied 14 Feb 2014 17:17:41
14 Feb 2014 17:17:41 Gabriel Vazquez replied:
How do you suggest i use to get the same layout in my page?
Using bse3?
Using bse3?
Replied 14 Feb 2014 17:24:50
14 Feb 2014 17:24:50 Teodor Kuduschiev replied:
You can use jumbotron, just style it in a separate file with the following properties:
background-color:#fff; border: 1px soild #eee;