badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: PromoBox Layout (interface free)

#17360

Hi Bru,

To change the appearance style of the promo box as you said Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

.widget_promotional_bar {
    text-align: center;
}
.widget_promotional_bar .call-to-action {
    float: none;
    margin-top: 16px;
}
.widget_promotional_bar .promotional-text {
    float: none;
    width: 100%;
}

Thank you!