Reply To: just can't get div elements to center horizontally on page

Home Forums Support just can't get div elements to center horizontally on page Reply To: just can't get div elements to center horizontally on page

Home Forums Support just can't get div elements to center horizontally on page Reply To: just can't get div elements to center horizontally on page

#224844
Tom
Lead Developer
Lead Developer

Hi there,

You might need to make the HTML classes more specific, but you just need to make the elements display inline:

.inlineleft {
    display: inline;
}

The above applies to the books as well, they just need to be wrapped in classes and set to inline.