October 8, 2014 at 4:12 pm
#17254
Bru
Participant
I guess the parameters are in there, but i’m not a developper.
/* Promotional Bar Widget */
.widget_promotional_bar {
background-color: #f1f1f1;
padding: 30px 30px 30px 26px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border-left: 4px solid #63c6ae;
}
.widget_promotional_bar .promotional-text {
font-size: 17px;
line-height: 24px;
font-weight: bold;
text-transform: uppercase;
color: #333;
width: 80%;
float: left;
}
.widget_promotional_bar .promotional-text span {
font-size: 13px;
line-height: 20px;
font-weight: normal;
text-transform: none;
display: block;
padding-top: 6px;
color: #777;
}
.widget_promotional_bar .call-to-action {
float: right;
padding-left: 25px;
padding-right: 25px;
margin-top: 6px;
}