Ritual theme, weird lil white line showing up in desktop view

When I have a divider between a two section showcase that only shows up in the mobile view, a tiny white line can be seen at the top of the showcase in desktop view. Any idea why this is happening or how this can be fixed?


This is padding in divider section and it seems to be the same mobile/desktop.

You can try this in “Custom CSS” – will turn it into a hairline:

.divider {
  --padding-block-start: 0 !important;
}

Updated the code – sorry, the copy/paste went wrong :slight_smile: and I did not re-read it …

It did not appear to have an effect.

@ABdev1 can you please share your website page link?

Yes it is www.autobongs.com

@ABdev1 can you please activate right click?

Yes go ahead let me know when you’ve finished.

@ABdev1 add this css to the end of your base.css file and check

@media screen and (min-width:750px){
div#shopify-section-template--18634062790735__divider_gaFMLp {
    display: none;  visibility: hidden;}
}