The module name does not appear. And the position does not appear on cell phones.
scarlaiene Hi You have 1 module published on footer logo position that is working fine http://prntscr.com/udccp2 About showing it in mobile ,add this code in custom.css
.t3-copyright .footer-logo { display: block!important; }
Okay, the module is showing. but the name of the module still does not appear (First image).
scarlaiene Hi Open the module options > advance tab > module style > xhtml save and check.
To close with a golden key. How to centralize the content?
scarlaiene Hi You can increase the width to 100%by adding this code
.acym_module_form input { max-width: 100%;} .acysubbuttons {float:right}
It remains the same. It does not centralize
scarlaiene Hi The code is working fine. add this code as well
.acym_form { margin: 0 auto; }
clear browser cache before checking frontend.
It has not yet centralized.
scarlaiene Hi Please check your first request you asked it to move left side : http://prntscr.com/uemvl9 Replace this code
.acysubbuttons { float: right; }
with
.acysubbuttons { text-align: center; }
Regards
Problem solved. Thank you