Big Slider title on Mobile

Posted in: Newspaper
Post count: 13

Hello,

For some reason it seems the title of the post-0 of my big-slide doesn’t display well on mobile (iphone5) at least. Please have a look at: http://www.franchementbien.fr

I’ve tried some custom css but wasn’t able to solve it.

Could you please help?

Thanks a lot in advance!
Best,
Sam

Post count: 7909

Hi,

Please try this custom css for mobile screen in Theme Panel > Custom Css: http://screencast.com/t/lq6wTHwdIR

@media (max-width: 767px){
.td-big-grid-post-0 .td-sbig-title-wrap .td-sbig-title {
font-size: 17px;
}
}

Use !important if this is not apply: font-size: 17px !important;

Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.