• The Title, subtitle and nav bar are overlaying page titles on all pages except the front page that has the slider.

    I currently have the menu set to “sticky”

    Anything I can do to stop the overlay? Thanks!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello there,

    Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    
    @media only screen and (min-width: 1025px) {
      body:not(.home) .page-wrap {
        margin-top: 90px
      }
    }
    

    Regards,
    Kharis
    aThemes Support

    Thread Starter rebekahjsimpson

    (@rebekahjsimpson)

    Thank you! That worked and was easy ??

    You’re welcome!

    Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.

    Regards,
    Kharis
    aThemes Support

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