Viewing 2 replies - 1 through 2 (of 2 total)
  • Hell @jmill23,

    Thank you for attaching the screenshot.

    Can you please try adding below custom CSS via Admin Dashboard > Appearance > Customize > Additional CSS

    @media screen and (max-width:600px) {
       .banner .banner-text {
           top: 50%;
           -webkit-transform: translateY(-30%);
           -moz-transform: translateY(-30%);
           transform: translateY(-30%);
       }
       .banner .banner-text .text-holder .title {
           font-size: 1.6665em;
       }
       .banner .banner-text .text-holder p {
           margin-bottom: 1em;
       }
       .banner .banner-text .btn-holder .btn-view-service,
       .banner .banner-text .btn-holder .btn-free-inquiry {
           margin-bottom: 10px;
           font-size: 0.7778em;
           padding-top: 12px;
           padding-bottom: 12px;
       }
    }

    Thank you.

    Thread Starter jmill23

    (@jmill23)

    Thank you for the fix. I can confirm this work.
    This appears to be a bug with the theme – so you may want to apply this fix to your next theme update.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘page title and website name overlaps’ is closed to new replies.