Adjust the width of the announcement bar & header

Hello, good morning!

How can I adjust the width of the announcement bar & header more to the left & right, I’ve tried doing it on my own, I could not figure it out, I’m still a beginner. For your reference, please check the attached picture

website: https://mx3ph-com.myshopify.com/products/coffee-mix-with-mangosteen-exocarp
password: mx3ph

Please assist.

Thank you!

Hi @Mabinibooks

Try this one.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. 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:
header.header, .utility-bar__grid.utility-bar__grid--2-col {
    max-width: 100% !important;
}

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!

Hello bro, it worked. Thank you so much

Have a great weekend!