Reply 189246 to: Help center Copyright widget section.

Avatar: Rose Tyler
Rose Tyler
Support staff
March 26, 2018 at 12:54

Hello,

You can create a static block https://xstore.helpscoutdocs.com/article/47-static-blocks using VC and set it in Appearance > Widgets > Footer Copyrights Left area.
Also, add this code in Theme Options > Styling > Custom css to make the width of Footer Copyrights Left area 100%:

.footer-bottom .container > .row {
    -webkit-flex-wrap:  wrap;
        -ms-flex-wrap:  wrap;
            flex-wrap:  wrap;
}
.footer-copyrights, .footer-copyrights-right {
    width:  100%;
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.