We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Re: Dawn 13.0 extra space on pages with less content

Dawn 13.0 extra space on pages with less content

cpu235
Excursionist
13 0 6

I have encountered a weird issue, where my page looks normal on pages with content, but on pages without much content such as the login page and search page, it will automatically create a large gap in the announcement bar. I have tried disabling the announcement bar and the gap moved to the main section instead. Has anyone encountered this issue and know how to fix it? Thanks.

 

Screenshot_2.png

this is what it looks like at pages with less content

Screenshot_3.png

this happened when i hid the announcement bar

Screenshot_4.png

this is what is should look like normally

Replies 5 (5)

Made4uo-Ribe
Shopify Partner
10211 2427 3079

Hi @cpu235 

Would you ind to share your store URL?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.
cpu235
Excursionist
13 0 6
Made4uo-Ribe
Shopify Partner
10211 2427 3079

Thanks for the info, you said this happen if you hide the announcement bar right? 

When you take out the announcement bar there are free space that will be vacant, the free space will be going below the header. 

Made4uoRibe_0-1708814130023.png

If you like to cover that white space we can move the log.in more top. Like this. 

Made4uoRibe_1-1708814500632.png

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

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:

 

div#shopify-section-sections--22055551238420__announcement_bar_R7Lep9 {
    display: none;
}
div#shopify-section-template--22055550484756__main {
    margin-bottom: 100px;
}

 

And Save.

 

 

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.
cpu235
Excursionist
13 0 6

Thanks for the quick reply, it does seem to fix the issue, but I want to keep both announcement bars(light blue and dark blue), is there a way to keep them both and remove just the gap? Thanks.

 

 

Screenshot_6.png

cpu235
Excursionist
13 0 6

Screenshot_2.png

Actually the issue occurred again even with the code update, do you know any other solutions? Thanks.