Enclavely / tailor

Build beautiful page layouts quickly and easily using your favourite WordPress theme.
https://www.tailorwp.com
GNU General Public License v3.0
1.05k stars 102 forks source link

Box Title Does not center correctly #148

Open WPDevHQ opened 7 years ago

WPDevHQ commented 7 years ago

When using the Box Element and choosing to center the content, the title doesn't get centered correctly.

This is due to the margin applied to it - changing it to padding instead works! .tailor-ui .tailor-box__title { display: block; margin: 1em 0; }