Logo Size for Style 8? Mobile logo dimensions?

Posted in: Newspaper
Post count: 50

Which is the right resolution for the logo if “Style 8 – logo + menu on one line” is used?
If you look at http://festivalisten.de it just doesn’t feel ok with the standard settings 300x100px. That is especially true if i use the smart menu which is active right now.

What size should the mobile logo be set to?

Post count: 6600

Hi,

You can use the recommend size as it is right now and adjust it via css like this: http://screencast.com/t/KFhwg3mJ

.td-head-style8-logo-desktop img {
height: 68px !important;
}

.td-affix .td-head-style8-logo-desktop img {
height: 50px !important;
}

@media (max-width: 1018px) and (min-width: 768px) {
.td-header-style-8 .td-style-8-content-wrapper .td-head-style8-logo-desktop {
display: block !important;
}
}

It can be of the same size(300×100) as it will be re-sized like this: http://screencast.com/t/AZV87Yuhhtb

Thanks

Post count: 50

Thank you.
Seems to work now.

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.