Re: Bullet Theme Reduce Empty Blocks

Bullet Theme Reduce Empty Blocks

ouani
Tourist
12 0 2

I have some empty spaces on my product page and would like to fix them. Please see my page and the one i'm trying to get it to look like. 

Replies 5 (5)

Moeed
Shopify Partner
5433 1471 1757

Hey @ouani 

 

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>
.product-page .bullet-product-content p {
    margin: 0 !important;
}
</style>

RESULT:

Moeed_0-1722338954663.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


ouani
Tourist
12 0 2

Hello, this didnt work. 

Made4uo-Ribe
Shopify Partner
8274 1985 2435

Hi @ouani 

Do you mean like this? 

Made4uoRibe_1-1722340221018.png

If it is check this one. 

  1. From you Admin page, go to Online Store > Themes
  1. Select the theme you want to edit
  2. Under the Asset folder, open the main.css(base.css, style.css or theme.css)
  3. Then place the code below at the very bottom of the file.

 

x-cell#Slide-template--18202571473145__main-35343534719225 {
    outline: none;
    height: 100%;
}

@media only screen and (min-width: 1400px) {
    x-flex#Slider-Gallery-template--18202571473145__main {
        height: 100vh;
    }
}

@media only screen and (max-width: 1399px) and (min-width: 749px) {
    x-flex#Slider-Gallery-template--18202571473145__main {
        height: 70vh;
    }
}

.text.rte p:nth-child(1), 
.text.rte p:nth-child(3), 
.text.rte p:nth-child(9) {
    display: none;
}

 

  • 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 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.
ouani
Tourist
12 0 2

Thank you for this response, it only fixed the top, not the bottom. Screen Shot 2024-07-30 at 8.52.56 AM.png

Made4uo-Ribe
Shopify Partner
8274 1985 2435

Yes, I've already assume on that I aldready change into desktop> tablet> mobile. To make it more perfect you need to hire a developer to change every screen into perfect fit. 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.