• Hi
    I have developed my site but few issues remaining .
    Currently the page titles over the header images do not align centred on the relevant image headers .

    I have tried adding into Additional CSS in the customiser but seems not working and making any effects especially when resizing the windows .

    Any ideas is appreciated .
    Thanks

    .page-header-set .page-title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    }

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • You currently have .page-header h1 set to text-align: right
    change it to text-align: center.

    
    .hero .page-header h1 {
        text-align: center
    }
    

    good luck
    Mike
    [link redacted]

    • This reply was modified 3 years, 11 months ago by bcworkz. Reason: sig link
    Thread Starter nandfree

    (@nandfree)

    It worked .
    Thank you very much indeed .

    Thread Starter nandfree

    (@nandfree)

    Hi
    I have one more issue .
    I want to move the site Logo to the right aligned with the site title.
    Please let me know how to do that.
    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Page Title Alignment’ is closed to new replies.