• Resolved katherinemasters

    (@katherinemasters)


    Hi,

    I’m having an issue with the storefront theme titles. On the About Us and Contact Pages the titles are left justified and on all the shop pages (Cart, Shop, etc…) the titles are all centred:

    https://lxeese.flywheelsites.com

    Not sure how to get around this to make them consistent, any help would be greatly appreciated. Thanks so much,

    Katherine

Viewing 4 replies - 1 through 4 (of 4 total)
  • Job a11n

    (@jobthomas)

    Automattic Happiness Engineer

    Hey @katherinemasters – first of all, I’ve asked the www.ads-software.com team to redact your details. It’s best not to share passwords in public, even if you don’t care too much about them being public.

    Second, I’ve had a look at your site before that was the case (I’m not sure what the reason is for hiding it behind a password):

    shop h1
    Link to image: https://cld.wthms.co/I6gAbj

    other pages H1
    Link to image: https://cld.wthms.co/wiXMod

    This can be fixed with some custom CSS. Under Customize > Additional CSS, you can add the following code:
    ?

    /* Center align all titles */
    ?
    h1 {
        text-align: center;
    }

    ?
    If you’d like to learn more about CSS, I highly recommend using the free tutorials at w3schools. Here, you can find the basics of selectors (how to target the right element on the page), and properties (how to change the element on the page).

    Thread Starter katherinemasters

    (@katherinemasters)

    Dear Job,

    Thank you so much for your help, this is great. Exactly what I needed.

    Thanks very much for that,

    Katherine

    Thread Starter katherinemasters

    (@katherinemasters)

    It worked beautifully, thank you!

    Job a11n

    (@jobthomas)

    Automattic Happiness Engineer

    Great to hear that and glad we could help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Storefront titles not consistent, some are left justified and some are centred’ is closed to new replies.