Issue with Announcement Bar Width and display - Dawn 13.0.1

Solved

Issue with Announcement Bar Width and display - Dawn 13.0.1

aaskretail
Excursionist
13 2 3

Hello experts,

 

I have an issue with announcement bar, it looks like this, wrapped when entered a bigger sentence.

 

aaskretail_0-1709239275871.png

 

I want it to look like this in a single line:

 

aaskretail_1-1709239276078.png

 

URL: irsyaofficial.com

 

Can someone help ? Thanks !

 

AASK
Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
9875 2353 2950

This is an accepted solution.

Hi @aaskretail 

Go to Online Theme > Choose Theme > Click 3 dots > Click edit code > Find Assets > Base.css. Then find this code below. 

Made4uoRibe_0-1709242107808.png

And change the 4fr to 6 like this. 

Made4uoRibe_1-1709242373411.png

And save. 

Result:

Made4uoRibe_2-1709242391434.png

 

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.

View solution in original post

Replies 4 (4)

Made4uo-Ribe
Shopify Partner
9875 2353 2950

This is an accepted solution.

Hi @aaskretail 

Go to Online Theme > Choose Theme > Click 3 dots > Click edit code > Find Assets > Base.css. Then find this code below. 

Made4uoRibe_0-1709242107808.png

And change the 4fr to 6 like this. 

Made4uoRibe_1-1709242373411.png

And save. 

Result:

Made4uoRibe_2-1709242391434.png

 

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.
aaskretail
Excursionist
13 2 3

This worked well ! Thank you

AASK

PageFly-Henry
Shopify Partner
1184 335 296

Hi @aaskretail 

This is Henry from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

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

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file -> Save


div#Slider-sections--22184216559910__announcement-bar {

    width: 500px !important;

}

 

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

aaskretail
Excursionist
13 2 3

Hi, this works well for the desktop but the mobile site gets distorted !

AASK