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: adding text to the footer in the same space as copyright, etc

#5124
Sanjip Shah
Participant

@melindalippert In the dashboard go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’.

#site-generator .social-profiles {
    float: none;
    width: 100%;
}
#site-generator .copyright {
    float: none;
    padding-top: 5px;
    text-align: center;
    width: 100%;
}