Hi everybody,
What is the method to expand the text spacing with borders for the announcement header on the Dawn theme (mobile screen)?
A user sought help expanding text spacing with borders for the announcement header on the Dawn theme’s mobile screen.
Solution provided:
@media (max-width: 767px) {
.announcement-bar {
padding: 5px;
}
}
Key points:
Hi everybody,
What is the method to expand the text spacing with borders for the announcement header on the Dawn theme (mobile screen)?
Hi @lutis ,
This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/base.css->paste below code at the bottom of the file
@media (max-width: 767px) {
.announcement-bar{
padding: 5px;
}
}
Note: You can increase or decrease the px value to fit your store
Hope my answer will help you.
Best regards,
Victor | PageFly
It worked, thank you