This topic has 8 replies, 2 voices, and was last updated 1 years, 8 months ago ago by Abdul Rehman
Hello,
Mobile logo is small in size When i go Theme Options > Header > Header layout and there from logo element and increase the size it goes on left side not centered. I tried to move cart element left and increase logo to left then logo goes centered but cart goes right.
How to increase mobile logo size without effecting cart position?
Hello, Abdul Rehman,
Thank you for getting in touch with us.
Try to add elements into the Connection block, like on the next screenshot – https://gyazo.com/fc288cf257e0e3ecba14cfd0ed2fa226
If you have any additional questions or concerns, please do not hesitate to reach out to us. Our support team is always available to assist you.
Kind Regards,
8theme team
Hello, Thank you it’s solved on mobile but now it’s effecting tab version. see attached link.
Hello, Abdul Rehman,
Add the next code in Theme Options > Theme custom CSS > Tablet:
.header-main .et_connect-block {
justify-content: space-between;
}
Kind Regards,
8theme team
Hello ,
These changes are not working any more. From now spacing between elements is not working for mobile and tablets. I want spacing between element to 40 and logo size 200.
Hello, Abdul Rehman,
Try to add the next code in Theme options > Theem custom CSS > Global:
@media only screen and (max-width: 1200px) {
.header-main .et_connect-block {
justify-content: space-between;
}
}
Kind Regards,
8theme team
Thank You It’s working for mobile tablet and desktop but how can we change the size for mobile menu off canvas header logo https://postimg.cc/0bN7pBWt
solved.
Tagged: best selling, header, logo, menu, mobile, off canvas, size, themes, woocommerce
The issue related to '‘Mobile Header Logo Size & Mobile Menu Off Canvas Logo Size Issue’' has been successfully resolved, and the topic is now closed for further responses