Shopify themes, liquid, logos, and UX
I would like to keep the logo in the center and move the icons to the right in the header. Its currently not aligned
Solved! Go to the solution
This is an accepted solution.
@rashedawilliams, do this to fix it in 20 seconds:
1. In your Shopify Admin go to: online store > themes > actions > edit code
2. Find Asset > theme.scss.liquid or theme.css and paste this at the bottom of the file:
@media (min-width: 749px){
.site-header__icons--plus{
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 0;
}
}
Please let me know whether it works.
Kind regards,
Diego
@rashedawilliams - please share your website link.
This is an accepted solution.
@rashedawilliams, do this to fix it in 20 seconds:
1. In your Shopify Admin go to: online store > themes > actions > edit code
2. Find Asset > theme.scss.liquid or theme.css and paste this at the bottom of the file:
@media (min-width: 749px){
.site-header__icons--plus{
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 0;
}
}
Please let me know whether it works.
Kind regards,
Diego
@rashedawilliams - please try above solution given by @diego_ezfy
User | RANK |
---|---|
154 | |
139 | |
79 | |
71 | |
62 |
Explore the 30-30-30 rule, a dynamic social media strategy for new businesses. Learn how t...
By Trevor Sep 20, 2023Discover how to leverage the often overlooked footer of your ecommerce site to gain custom...
By Skye Sep 15, 2023In this blog, we’ll be shining a light on Shopify Partners, Experts, and Affiliates. Who a...
By Imogen Sep 13, 2023