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
#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