• Resolved fpimenta

    (@fpimenta)


    I am using Options for Twenty Twenty-One Premium plug-in and selected Center for site title align in header section from Appearance – customize but site title always appear left aligned in all pages.

    Also tried to add different CSS in the additional CSS section from Appearance – customize without any result.

    Any suggestion how to fix this issues?

    Kind regards
    Fernando

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Oliver Campion

    (@domainsupport)

    Hello Fernando,

    This is because the containing site branding div is not set to full width. The alignment of the site title and description is meant to be in relation to eachother, not the site width. We realise that this is confusing and it’s something that we need to work on.

    TO do what you want, please try adding this to “Customizer – Additional CSS” …

    @media screen and (min-width: 482px) {
    .site-branding {
    width: 100%;
    }
    }

    … and let us know if that works for you.

    Oliver

    Thread Starter fpimenta

    (@fpimenta)

    Thanks Oliver,

    It fixed the issue ??

    Plugin Author Oliver Campion

    (@domainsupport)

    Thanks for letting me know. We’ll add this as an option as it’s come up a couple of times now.

    Oliver

    Plugin Author Oliver Campion

    (@domainsupport)

    Just to update this thread, there is now an option in the plugin “Customizer – Header Options – Full Width Site Branding” which allows you to choose to force the site branding to be full width on mobile, desktop or both.

    Oliver

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘center site title with Options for Twenty Twenty-One Premium’ is closed to new replies.