• Resolved earcollins

    (@earcollins)


    I’d like to center the Hero text across the hero image. Is that possible?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @earcollins,

    We can make the text center with the help of custom css. Please apply the below given css under Appearance -> Customize -> Additional Css-

    aside#primer-hero-text-2 h2.widget-title {
    text-align: center !important;
    font-size: 40px !important;
    }
    .hero .hero-inner {
    width: 100% !important;
    }
    

    Kind regards,

    Manoj

    Thread Starter earcollins

    (@earcollins)

    It worked for desktop format, but does not work on mobile device.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Center Align Hero Text’ is closed to new replies.