text logo will not appear on mobile

Posted in: Newspaper
Post count: 1

Hi friends, the text logo does not appear when the site is accessed on mobile.
Site: http://www.temasplugins.com

Post count: 7909

Hi,

Usually text logo is used on blog, so we have created a header style for blogs – http://screencast.com/t/f2AOMAMuY51o to work well with logo text. Anyway I see that you made some custom modification to the header so if you want to use it like that please try this custom css in Theme Panel > Custom Css to solve issue with logo on phone screen: http://screencast.com/t/f2AOMAMuY51o

@media (max-width: 767px){
.header-logo-wrap {
display: block !important;
margin-top: 0px !important;
}
.header-logo-wrap .td-logo-wrap-align{
height: auto;
}
.header-logo-wrap .td-logo-text{
font-size: 40px !important;
text-align: center;
}
}

Hope this helps!

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