My annoucement bar is not completely white on larger monitors (or when I zoom out)

Solved

My annoucement bar is not completely white on larger monitors (or when I zoom out)

WS_Materiais
Tourist
10 0 3

When I access the site using my work computer, the ad bar is completely white the way I want, but when I access it on my personal computer, the background color of the bar does not match...
What do I do?
The URL is: https://wsmateriais.com/

Accepted Solution (1)

BSSCommerce-B2B
Shopify Partner
1972 564 568

This is an accepted solution.

@WS_Materiais,

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head>

<style>
.announcement-bar .container {
   max-width: 100%!important
}
</style>

Result:

BSSCommerceB2B_0-1730225891061.png

If it helps you, please like and mark it as the solution.

Best Regards 😊

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

View solution in original post

Replies 6 (6)

Moeed
Shopify Partner
7500 2028 2491

Hey @WS_Materiais 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
#shopify-section-announcement-bar .container {
    margin: 0 !important;
    max-width: 100% !important;
}
</style>

RESULT:

Moeed_0-1730222989228.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Made4uo-Ribe
Shopify Partner
10200 2421 3065

Hi @WS_Materiais 

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:

 

#shopify-section-announcement-bar .container {
    max-width: 100% !important;
}

 

  • And Save.
  • Result:
  • Made4uoRibe_0-1730224080857.png

     

 

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

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.

BSSCommerce-B2B
Shopify Partner
1972 564 568

This is an accepted solution.

@WS_Materiais,

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head>

<style>
.announcement-bar .container {
   max-width: 100%!important
}
</style>

Result:

BSSCommerceB2B_0-1730225891061.png

If it helps you, please like and mark it as the solution.

Best Regards 😊

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

WS_Materiais
Tourist
10 0 3

You helped me a lot!
Thank you S2

BSSCommerce-B2B
Shopify Partner
1972 564 568

Glad to help you 😉

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

WS_Materiais
Tourist
10 0 3

Could you see my other discussion? Please