Logo display on mobile

Posted in: Newspaper
Post count: 12

Hello

we have one issue with the logo display on mobile (Android, Samsung Galaxy S4).
We’ve defined the logo with Theme Panel, but it’s showing big on mobile.

our site: http://www.fantasy-coach.fr

We are not web experts, maybe there is some extra work to do for responsive configuration?

Thanks for your help and support
Best Regards
David

Post count: 3343

Do you use the retina logo from Theme panel? http://screencast.com/t/qYGhGp1P4 that is for phones with retina. If not don’t use try with this CSS, add it in Theme panel -> Custom CSS

@media (max-width: 767px) {
	.td-full-logo .td-logo img {
		height: 44px;
		top: 3px;
		width: 38px;
	}	
}

Thanks!

Post count: 12

Hi Marius,

thanks for your answer. Custom CSS did fix my problem.

Best Regards,
David

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