Hello @kaj1976
I guess you can’t control on panel this for that you need to change some code on footer.php
Search on footer.php this
class="copyright-developer col-md-4
Change with that
class="copyright-developer col-md-12
After that will be looks like this 🙂
Screen Shot
@silverks check this issue. I thing next version need this 🙂 Optional footer
Perfect! Thank you for the quick response.
You can do this with Additional CSS option, without modifying the theme files (which will be overridden when you update the theme). Example:
.copyright-developer {
width: 100%;
}