• Hi folks, I am a bit of a novice but am (always) tinkering with my Sydney themed site. I have hit a bit of a problem that I hope you guys can help me with?
    I added a payment logo to my Site Title using some additional css, which looks fine on pc but messes up the alignment on mobile devices. Can anyone please advise?

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

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

    Please try adding the below CSS code to Appearance > Customize > Additional CSS from dashboard.

    
    @media only screen and (max-width: 991px) {
      .site-title a:before {
        display: block;
        margin-left: auto;
        margin-right: auto;
      }
      .site-title {
        font-size: 30px;
      }
    } 
    

    Regards,
    Kharis

    Thread Starter rightthinker

    (@rightthinker)

    WoW that was fast! And worked perfectly too! Thanks so much! I might have to learn more coding….. very interesting!

    Thanks again!

    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

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