Hello.
I deleted the footer menu and write some information on copyright information. It is right aligned but i wanted to be centered on page.
How to do it?
#gkCopyrights{
margin-right: 152px;
}
#gkCopyrights{
width: 100%;
text-align: center;
}
<field name="copyrights" type="textarea" rows="3" cols="40" label="TPL_GK_LANG_COPYRIGHTS" description="TPL_GK_LANG_COPYRIGHTS_DESC" />
<field name="copyrights" filter="raw" type="textarea" rows="3" cols="40" label="TPL_GK_LANG_COPYRIGHTS" description="TPL_GK_LANG_COPYRIGHTS_DESC" />