What is the procedure for centring my site on a page? I'm using the Smart Theme and have managed a tight layout but it sitting to the left of the page. How can I get it to sit in the middle?
Thank you for your time
Thank you for your time
then in the outerlayer of your code, immediately after the opening body tag add the <div id="pagecontrol"> and immediately before the closing </body> tag, add a closing </div>.
then in the outerlayer of your code, immediately after the opening body tag add the <div id="pagecontrol"> and immediately before the closing </body> tag, add a closing </div>.
Would a step-by-step how too be possible?#pagecontrol {
text-align: center;
margin: auto 0;
borders: 0;
}
<div id="pagecontrol">
</div>
#pagecontrol {
text-align: center;
margin: auto 0;
borders: 0;
}
<div id="pagecontrol">
</div>
#pagecontrol {
text-align: center;
margin: auto 0;
borders: 0;
}
<div id="pagecontrol">
</div>
Comment