Rebecca Stacey
asked 9 years ago

Hi, how can you change the size of the site title? On the mobile version the title is too big to fit on one line and it crosses over.

http://Www.digitalclassrooms.co.uk

1 Answers
DominicStaff
answered 9 years ago

Hi,
To resolve this issue, you can add the following code to the style.css file:

@media (max-width: 767px) {
  .site-title {
    font-size: 20px;
 }
}

Hope this helps !

Powered by DW Question & Answer Pro