Solved

Moving cart items to the right in the header

rashedawilliams
New Member
4 0 0

I would like to keep the logo in the center and move the icons to the right in the header. Its currently not aligned

Screen Shot 2021-09-18 at 12.25.07 PM.png

 

Accepted Solution (1)
diego_ezfy
Shopify Partner
2935 562 883

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

◦ Follow my blog & youtube for coding tutorials. Most questions in here are already answered there!
◦ Top #4 Shopify Expert, 24h reply. Click here to hire me.
Download copy/paste code snippets that can replace most apps.

View solution in original post

Replies 5 (5)

suyash1
Shopify Partner
9077 1129 1479

@rashedawilliams - please share your website link.

To build shopify pages use pagefly
You are welcome to contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
paranormal story video using AI
rashedawilliams
New Member
4 0 0
diego_ezfy
Shopify Partner
2935 562 883

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

◦ Follow my blog & youtube for coding tutorials. Most questions in here are already answered there!
◦ Top #4 Shopify Expert, 24h reply. Click here to hire me.
Download copy/paste code snippets that can replace most apps.

suyash1
Shopify Partner
9077 1129 1479

@rashedawilliams - please try above solution given by @diego_ezfy 

To build shopify pages use pagefly
You are welcome to contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
paranormal story video using AI