The letter spacing on the title under the video when viewing on an iPhone seems very large. It looks to be set correctly in the settings, but not display correctly. Curious how to fix it. Thanks!
Hello Rick,
Thanks for writing to us.
I would suggest you go to the page and the Text element where you have added the text, click on the customize —>Element CSS—>Add this style.
@media(max-width:600px){
$el.x-text h3{letter-spacing: 0;}
}
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 if 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.