Logo Header style 5 Problem

Posted in: Newsmag
Post count: 5

Hello I have a problem to put a header logo style 5, even in scale (height: 44px logo retina height: 88px) logo NEWSMAG the base does not move?

For logo footer no problem and logo favicon no problem.

thanks.

Post count: 6535

Hi

Please check our documentation regarding the logo https://forum.tagdiv.com/newsmag-logo-favicon/ If you still can’t manage to solve this issue provide more details about it, also a screen pointing the issue will help or you can provide your site url so I can inspect this closer.

Thanks!

Post count: 5

thanks it works it’s great I have a last question after I leave you, you can disable some widget or no for mobile version?

thanks

Post count: 6535

Hi

The theme doesn’t have an option to disable a particular widget on mobile devices but this can be achieved with some custom css like this:

@media (max-width: 768px){
.widget-css-class{
display: none;
}
}

Thanks!

Post count: 5

Thanks, have a good day.

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