How can I move icons close to the center?

Solved

How can I move icons close to the center?

Guribabo
Tourist
9 0 1

Hello!

I want to move those icons. Can anyone please guide me how to do it?스크린샷 2024-04-25 051249.png

Accepted Solutions (2)
thirtycoders
Shopify Partner
135 21 27

This is an accepted solution.

Hi @Guribabo,

Go to Online Store -> Theme -> Edit code.
please add this css to the very end of your base.css file and check

@media screen and (min-width: 750px) {
    .header.page-width, .utility-bar__grid.page-width {
        padding-left: 7.2rem;
        padding-right: 7.2rem;
    }
}


Thanks!

thirtycoders_0-1713991987047.png

 

Thirtycoders || Shopify Partner
Found my response useful? Show your appreciation with a Like!
Did your query get resolved? Mark it as an Accepted Solution.
For additional discussions, reach out via: Email ID: thirtycoders@gmail.com

View solution in original post

Made4uo-Ribe
Shopify Partner
9683 2302 2873

This is an accepted solution.

Hi @Guribabo 

Check this one.

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.page-width.drawer-menu {
  max-width: 80% !important;
}

 

And Save. 

result:

Made4uoRibe_0-1713992304576.png

Note: You can adjust the width of your choice. 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

View solution in original post

Replies 4 (4)

thirtycoders
Shopify Partner
135 21 27

Could you please share your website url?

Thirtycoders || Shopify Partner
Found my response useful? Show your appreciation with a Like!
Did your query get resolved? Mark it as an Accepted Solution.
For additional discussions, reach out via: Email ID: thirtycoders@gmail.com
Guribabo
Tourist
9 0 1

It’s Guri.store 

Thank you!

thirtycoders
Shopify Partner
135 21 27

This is an accepted solution.

Hi @Guribabo,

Go to Online Store -> Theme -> Edit code.
please add this css to the very end of your base.css file and check

@media screen and (min-width: 750px) {
    .header.page-width, .utility-bar__grid.page-width {
        padding-left: 7.2rem;
        padding-right: 7.2rem;
    }
}


Thanks!

thirtycoders_0-1713991987047.png

 

Thirtycoders || Shopify Partner
Found my response useful? Show your appreciation with a Like!
Did your query get resolved? Mark it as an Accepted Solution.
For additional discussions, reach out via: Email ID: thirtycoders@gmail.com

Made4uo-Ribe
Shopify Partner
9683 2302 2873

This is an accepted solution.

Hi @Guribabo 

Check this one.

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.page-width.drawer-menu {
  max-width: 80% !important;
}

 

And Save. 

result:

Made4uoRibe_0-1713992304576.png

Note: You can adjust the width of your choice. 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.