Alter line spacing for headlines responsively for mobile view

Hi,

The headline ‘Book your slot today’ has a strangely big spacing between ‘Book your slot’ on one line and ‘today’ on the line below when it breaks for mobile view, how can I change this?

Hello @jimmillard,

Thanks for writing to us.

I tried to access your site dashboard or website but it seems that the site is down at the moment I would suggest you please let us know when the site is accessible.

Thanks

Hi there,

The site is now accessible again, many thanks.

Hello @jimmillard,

I checked your site it seems that you have added the inline style and you have added the custom HTML markup as well so you will have to add this custom CSS code to the page CSS.

 @media(max-width:480px){
.book-strap1.center-text span h1 span {
    font-size: 25px !important;
}
}

The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.In case you have no idea about coding you can subscribe to One where customization questions are answered.

Hope it helps.
Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.