Hello fwoedit,
I have checked your website and I guess that you are not using the Footer, right? If is true, please notice that I cannot inspect it closer so I saw where is the problem with your footer. First of all, please ensure that you are using the latest version of the theme and also, the latest version of required plugins that come bundled with the theme and rule out any conflicting plugins.
Hope this helps and let us know how it goes!
If is not what you mean, please provide more details, useful screenshots so I can understand it better and also if you enable the footer please let me know so I can re-inspect your website because now I did not say any footer section on your site.
Thanks for the message!
Hello fwoedit,
If you want to display this sub-footer text, please notice that you should use a bit of CSS code to decrease the padding-right value if you want that this message to fit only 1 row. Try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-sub-footer-copy{
padding-right: 0px!important;
}
The result you should see here -> http://screencast.com/t/U0bgbomlW
And the text you should add in that section, here -> http://screencast.com/t/hOPG0wNo9lg
Thanks for the message!