Google Embeds (e.g., forms, calendars) Make the Page Title Centered

  • I’m using the Gateway theme for our PTA site. I really like it, but I’ve noticed an issue whenever I embed a Google product (see /volunteer and /calendar). These embeds make the page title appear centered for some reason. But the other page titles are aligned left. How can I fix this?

    Thanks in advance,
    Flora

    The blog I need help with is: (visible only to logged in users)

  • Hi there,

    Page titles on full-width pages will be centre aligned.

    If you’d like to make them left aligned, please try adding the CSS below to the customizer in My Sites > Customize > CSS:

    .page-template-template-full-php h2 {
        text-align: left;
    }

    Adding custom CSS is only possible with a Premium or Business plan.

    I hope this helps :)

  • The topic ‘Google Embeds (e.g., forms, calendars) Make the Page Title Centered’ is closed to new replies.