• Hi,

    I wonder if anyone can help. I have set up a page here http://www.jestercommunications.co.uk/web/us_main_page_section/testtext1/

    This is the code for the top of the page ..

    <h2 style=”text-align: center;”>Hire me</h2>
    <p style=”text-align: center;”>[separator type=”short” size=”” icon=”heart”]</p>
    <p style=”text-align: center;”>[subtitle]WHY IS THIS TEXT NOT CENTERED???[/subtitle]</p>
    <p style=”text-align: center;”>[separator type=”invisible” size=”” icon=”star”]</p>
    [row]

    … you’ll see if says ‘center’, but as you can see, the ‘WHY IS THIS TEXT NOT CENTERED???’ is justified to the left.

    Can anyone tell me in very simple (non techy) terms why this is?

    Any help much appreciated.

    Thanks,
    Giles

Viewing 1 replies (of 1 total)
  • You are using shortcode to be load inside the div so you can’t get the text align center to be work.

    I would say in the shortcode function you can enter as text-align center or try the custom css code

    .g-html p.subtitle {
    text-align:center;
    }
Viewing 1 replies (of 1 total)

The topic ‘Text layout problems’ is closed to new replies.