Put a separator line

hello guys , can help me put a line like in the image?

https://492dea-24.myshopify.com/pages/landing-page-apr-25-23-07-50

pass- Humblee3030

Hi @Suco , I see your website is getting 404 errors

Hey just click in the logo

https://www.behumblee.com

Hi @Suco , Pls insert this code to your file css :

@media only screen and (max-width: 967px) {
   .rich-text.content-container {
      border-top: 1px solid black !important;
   }
}

Here is result:

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it asa solution. Thank you :heart_eyes: :heart_eyes:

Hey man , this work , but I don’t wanna in here like in the image

Hi @Suco , pls try again with this code :

@media only screen and (max-width: 967px) {
   body:has(.collection-list)  .rich-text.content-container {
      border-top: 1px solid black !important;
   }
}

Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it asa solution. Thank you :heart_eyes:

Hi thanks for your time , but dont work to me