Solved

How can I adjust padding for icons and logo on my website?

Molly8
Trailblazer
225 16 31

Hi

I would like to have the same amount of padding to the right of my search, login and basket icons as the padding to the left of my logo. Can anyone please help?

mollycoddle-meg.myshopify.com

Password - preepi

Kind regards

 

Accepted Solution (1)

dmwwebartisan
Shopify Partner
12289 2547 3698

This is an accepted solution.

@Molly8 

Please add the following code at the bottom of your assets/theme.css file.

.site-header__icons-wrapper{
padding-right: 50px;
}

Hope this works.

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

View solution in original post

Replies 2 (2)

dmwwebartisan
Shopify Partner
12289 2547 3698

This is an accepted solution.

@Molly8 

Please add the following code at the bottom of your assets/theme.css file.

.site-header__icons-wrapper{
padding-right: 50px;
}

Hope this works.

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
Molly8
Trailblazer
225 16 31
Hi

No, that didn't work for me.

Kind regards