Jump to content

Center the Module


farhana

Recommended Posts

You need to make the parent container full width using grid12

<div class="grid12 column last ex-even multi-module-column copyright-2"> change to text-align: center;

.grid12.column.last.ex-even.multi-module-column.copyright-2 {    text-align: center;}

and try

.menu._horizontal {    text-align: center;}#copyright .menu li {    border-right: 1px solid;    display: inline-block; /* added by dsonesuk */    /*float: left; removed by dsonesuk */    font-size: 12px;    list-style: outside none none;    padding: 0 8px;}
Link to comment
Share on other sites

you can use the Html tag <center></center> within that section

Really! Its time you read up on the latest html, and css methods, HTML5 does not support <center>...</center> tag, and this tag has been deprecated for many years now in favour of css to align in centre.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...