Image height in mobile theme

Posted in: Newspaper
Post count: 3

Hi, I’d like to have a bigger minimal height for title images in mobile theme. Could you please help me to set proper CSS for it?

I’m referring to: .td_module_mob_2 .td-module-thumb

but I’m not able to change the height.

Please let me know, thanks,

Regards,

FL

Post count: 23312

Hello melamodelsportsrl,

I suppose that you want to change the font-size for your title on mibile theme, right? As you can see, our theme does not have any option that offers you a way to change these, but you can use a bit of CSS code to do that. Please try the code below and place it in Theme panel->Custom CSS area.

.td_module_mob_2 .entry-title {
font-size: 25px;
}

The result you should see here -> http://screencast.com/t/OzfdVOmHM2n

If you refer to something else, please provide more details.

Thanks for your understanding!

Post count: 3

Hi, now I’m out of office, so I cant easily send you a screenshot.Anyway I’m not referring to fonts but to article title background image in mobile hone page.
I hope you can understand, if not, I’ll send you a screenshot asap.
Thanks,
Fl

Post count: 3

Here I am again with the picture:

pic

I hope you can help us.

Regards,

FL

Post count: 23312

Hello melamodelsportsrl,

You can use the code below and place it in Theme panel.

.td_module_mob_2 .td-module-thumb {
height: 250px;
}

Thanks.

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