Problem with the menu on tablets

Posted in: Newspaper
Post count: 66

Hi,

Checking my website I found there is a problem with the menu.

Check this image: https://imgur.com/a/sQ1Qp8R

The problem occurs because there’s no space and the menu jumps below. But my question is, why is not the logo in the left side? It is close to the middle and I don’t know why. Also with the text there’s more space in the right.

Is there any way to solve that?

Thank you.

Post count: 35449

Hi,

This problem appear because you have set a button in the menu.

If this is what you desire https://www.screencast.com/t/aCPa9UykJFmJ then please insert this custom css in Newspaper>Theme panel> Costume Code> Custom css
@media only screen and (max-width: 1018px) {
.menu-menu-principal-container li a{
font-size: 12px!Important;
padding-top: 7px;
}
#menu-menu-principal-1 .tdm-btn-md {
font-size: 16px!Important;
}
}

Thank you for your understanding.

  • This reply was modified 7 years by Calin.
Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.