Logo size on mobile theme

Posted in: Newspaper
Post count: 11

Hi, I’ve activated the mobile theme for my site for speed (ad-van-tures.com), is there any way to increase the size of the mobile logo in the header?

Thanks

Post count: 27744

Hi,

You need to use a custom code css -> .td-main-menu-logo img
{
max-height: 100px;
}
.td-header-wrap
{
height: 80px;
}

The code need to be set in Theme panel> Mobile theme> Custom code> css.

Thank you!

Post count: 11

Hi, thank you for the reply,

That’s worked for the size but the logo is now cut off at the top,

Is there any way I can have the logo at the increased size but have both the image and the buttons (menu and search) either side of it centralised in the header?

Thanks!

Charlie

Post count: 27744

Hi,

You can change the value px in the custom code after your needs.

Thank you!

Post count: 11

Thanks for the reply,

I’ve changed the px for the size, but if you go to ad-van-tures.com you’ll see that the location of the image in the header means the top of the logo is cut off,

Please could you advise how I can move the logo and buttons either side into the middle of the bigger header?

Post count: 21065

Hello!

I can see that your logo looks well. Can you let me know where is the issue or did you solve the issue?

Thank you!

Post count: 11

Hi, it looks good on the desktop site but not on the mobile,

Please see this screenshot: https://ibb.co/w6Djkq8

As you can see the top logo is not in the centre of the header width, this is meaning the top of the logo is cut off,

Thanks,

Charlie

Post count: 27744

Hi,

Please try to use this code, and change the values after your needs -> https://i.imgur.com/2INCnHm.png
.td-main-menu-logo img
{
max-height: 100px;
}
.td-header-wrap
{
height: 0px;
}
.td-header-wrap{
margin-top:50px;
}

Thank you!

Post count: 11

That’s great, thanks both

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