Move header icons to the left

Move header icons to the left

flammagreg
Trailblazer
276 0 39

Hi guys, 

 

I would really appreciate any help on this. How can I move the icons in the top right of my header to the left a little. Website: seraneeva.com. Any help would be greatly appreciated!!!

Replies 4 (4)

topnewyork
Astronaut
1299 160 217

You want to like this? 

topnewyork_0-1716474473076.png

 

Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month
flammagreg
Trailblazer
276 0 39

Nope, still on the right side, but too the left a little

topnewyork
Astronaut
1299 160 217

Please paste this code.

  • Log in to Shopify Admin.
  • Navigate to Online Store > Themes > Actions > Edit Code.
  • Open "theme.css" file.
  • Paste CSS code at the bottom.
  • Save changes.
  • Preview and publish if satisfied.
@media screen and (min-width: 768px){
.site-header__wrapper__right.top-links {
    margin-right: 80px;
}
}


 Thanks!

Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month

Dawood_Mirza_
Trailblazer
135 18 30

Hi @flammagreg
I understood your query.
Just Go to Edit Code > search Theme.min.css file and add this code at the bottom of the file

site-header .site-header__wrapper .site-header__wrapper__right 
{
margin-right : 70px;
}

Adjust the value accordingly
BR

Dawood Mirza

Want to work with me - dawoodmirzabusiness@gmail.com
Don't forget to like and mark it as Solution if it was helpful to you.