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
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
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?
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
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!