09/13/2014 at 5:27 pm
#303843
Keymaster
@ dominic
Adding something like this to the theme’s custom CSS area should work. However, if you are using a responsive theme, this will break the fluid layout because of the fixed width being set so the auto left/right margin will work.
#cn-tile-plus {
margin: 0 auto;
width: 620px;
}
Hope that helps. Oh … depending on your theme, you’ll have to tweak the width.
