Version 3.0.1
This update was launched on March 29, 2023.
Fixes
- Fixed the logo size option not working
- Made some improvements to the sticky header
- Improved Shopify policies pages design
- Fixed a few other minor bugs
Manual fix for the logo issue:
Please use this CSS code in Theme Settings > Custom CSS to increase the logo image size (edit the value to your own):
@media all and (max-width: 580px) {
.header .logo img {
height: 22px !important;
}
}