Sense Theme: How to remove border above and below rich text on mobile?

Solved

Sense Theme: How to remove border above and below rich text on mobile?

allowyourbliss
Tourist
4 1 1

I would like to remove the border/spaces around the rich text areas in the sense theme.

Attached are screenshots. The website is www.AllowYourBliss.com

Accepted Solutions (4)

Moeed
Shopify Partner
5022 1338 1618

This is an accepted solution.

Hey @allowyourbliss 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.section+.section {
    margin-top: 0 !important;
}
</style>

RESULT:

Moeed_0-1725570814878.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

-Need a Shopify Specialist? Chat on WhatsApp
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️

View solution in original post

Made4uo-Ribe
Shopify Partner
7846 1896 2325

This is an accepted solution.

Hi @allowyourbliss 

check this one. 

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

 

section#shopify-section-template--23365684035873__multicolumn_fkK9zB {
    margin-top: 0;
}

 

AndSave. 

Result:

Made4uoRibe_0-1725571310699.png

 

 

 

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 is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

View solution in original post

allowyourbliss
Tourist
4 1 1

This is an accepted solution.

Thanks so much! That worked for the multicolumn but the rich text area (see attached image) still has a border. If you have the capacity I'm also trying to figure out how to center the main heading for the Rich Text section, featured products and collections section and the multicolumn section.

View solution in original post

Made4uo-Ribe
Shopify Partner
7846 1896 2325

This is an accepted solution.

Do you mean this side? 

Made4uoRibe_0-1725635774096.png

If it is, check this one. 

Same Instruction. 

 

section#shopify-section-template--23365684035873__rich_text_Dty6mL {
    margin-top: 0px;
}
h2.title.inline-richtext.h1 {
    text-align: center;
}
.title-wrapper--no-top-margin {
    justify-content: center;
}

 

And Save. 

I also include other section to center heading. 

Made4uoRibe_1-1725635838357.png

 

 

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 is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

View solution in original post

Replies 7 (7)

Moeed
Shopify Partner
5022 1338 1618

This is an accepted solution.

Hey @allowyourbliss 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.section+.section {
    margin-top: 0 !important;
}
</style>

RESULT:

Moeed_0-1725570814878.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

-Need a Shopify Specialist? Chat on WhatsApp
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
allowyourbliss
Tourist
4 1 1

Thanks so much!

Made4uo-Ribe
Shopify Partner
7846 1896 2325

This is an accepted solution.

Hi @allowyourbliss 

check this one. 

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

 

section#shopify-section-template--23365684035873__multicolumn_fkK9zB {
    margin-top: 0;
}

 

AndSave. 

Result:

Made4uoRibe_0-1725571310699.png

 

 

 

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 is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
allowyourbliss
Tourist
4 1 1

This is an accepted solution.

Thanks so much! That worked for the multicolumn but the rich text area (see attached image) still has a border. If you have the capacity I'm also trying to figure out how to center the main heading for the Rich Text section, featured products and collections section and the multicolumn section.

topnewyork
Globetrotter
633 113 134

Hi @allowyourbliss , kindly share the screenshots of the rich text area. Thanks!

Need a Shopify developer?
Hire us at Top New York Web Design
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel
Made4uo-Ribe
Shopify Partner
7846 1896 2325

This is an accepted solution.

Do you mean this side? 

Made4uoRibe_0-1725635774096.png

If it is, check this one. 

Same Instruction. 

 

section#shopify-section-template--23365684035873__rich_text_Dty6mL {
    margin-top: 0px;
}
h2.title.inline-richtext.h1 {
    text-align: center;
}
.title-wrapper--no-top-margin {
    justify-content: center;
}

 

And Save. 

I also include other section to center heading. 

Made4uoRibe_1-1725635838357.png

 

 

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 is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
allowyourbliss
Tourist
4 1 1

I tried to figure it out before I asked for help and added the code below to be able to center the collection section header text but had no luck.

}
.collection-card-wrapper .card {
justify-content: center;
}

 

Can you help me please?

 

It also says my visual stability score is low and I'd like help to improve that. 

 

Thanks so much!