Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
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
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
User | RANK |
---|---|
210 | |
110 | |
86 | |
58 | |
50 |