Personalized checkout and custom promotions with Shopify Scripts
Hey guys i edit the announcement bar in my base.css
How can i get the announcement bar up?
It blocks the icons 😞
I use this code:
.announcement-bar {
background-color: #263644!important;
float: left;
width: 100%;
position: fixed
}
Thanks
Solved! Go to the solution
This is an accepted solution.
Hello There,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >base.css and paste this at the bottom of the file:
@media only screen and (max-width: 990px){
header.header.header--middle-left.page-width.header--has-menu {
padding-top: 3%;
}
p.announcement-bar__message.h5 {
padding: 1%;
}
}
@media only screen and (max-width: 769px){
header.header.header--middle-left.page-width.header--has-menu {
padding-top: 7%;
}
p.announcement-bar__message.h5 {
padding: 1%;
}
}
Screenshot :- https://prnt.sc/itrvZoDyzOko
This is an accepted solution.
Hello There,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >base.css and paste this at the bottom of the file:
@media only screen and (max-width: 990px){
header.header.header--middle-left.page-width.header--has-menu {
padding-top: 3%;
}
p.announcement-bar__message.h5 {
padding: 1%;
}
}
@media only screen and (max-width: 769px){
header.header.header--middle-left.page-width.header--has-menu {
padding-top: 7%;
}
p.announcement-bar__message.h5 {
padding: 1%;
}
}
Screenshot :- https://prnt.sc/itrvZoDyzOko
Thank u its work!
Thank you for your response. It's good to know that it's worked for you. Kindly feel free to get back to me if you need any further assistance.
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024