I'm using the bold code to try and center the text in this div. I'm including what it is contained within.
It is not centering but aligning left. What am I missing?
Code:
<section class="o-wrapper t-site-header__masthead"> ... <div class="o-layout o-layout--align-bottom"> ... <div class="o-layout o-layout--align-center u-width-12 u-width-8--l "> .... <div class="o-layout__item u-hidden u-flex--l u-width-3 u-width-3--l u-text-center "><p> My Test </p></div> ... </div> ... </div> ... </section>
Comment