Version 1.1.2
This update was released on the 6th of December 2022.
Improvements
- Improved SEO by updating open graph schema / microdata
- Added support for HTML money formats
- Added Urdu (India) translation
Fixes
- Fixed some alignment issues in the header
- Fixed some alignment issues related to RTL menus
Manually applying the SEO updates
Read this article: https://shopify-support.krownthemes.com/article/676-google-structured-data
Manually applying the header fix
This is a small visual bug which affects mostly Firefox users. To fix it, follow these steps:
- Go to the theme customizer
- Open the Theme Settings > Custom Code area
-
Inside the Custom CSS panel, paste the following code:
@media screen and (min-width: 767px) { .header-actions a.button { max-width: 100%; } }
- Save and you're done!