Header Style 8 logo messed up on Tablets

Posted in: Newspaper
Post count: 317

Hi

I have just noticed that the logo on header (sticky menu) is messed up: http://screencast.com/t/9U2WiNX9cAp

How can I fix it and make it look exactly like the desktop? Please help.

Post count: 6600

Hi,

Use this css:

@media (max-width: 1018px) and (min-width: 768px){
.td-header-style-8 .td-style-8-logo-wrapper {
vertical-align: top !important;
position: relative;
top: 26px;
}
}

Result: http://screencast.com/t/pItVU5v2cmn

Thanks

Post count: 317

Thanks it worked 🙂

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