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: Featured product section height

Featured product section height

Detailking
Tourist
12 0 4

Scherm­afbeelding 2024-10-02 om 21.07.55.png

 

Ik zou deze sectie graag minder hoog willen, hoe kan ik dit aanpassen? Hij staat al op de kleinste versie.

 

www.detailing.nl - password: DETAILERS

Replies 5 (5)

brandography
Shopify Partner
136 27 25

Hi @Detailking , can you send the exact link to the page you are looking at please? Can you also share what theme you are using?

Find a Powerful eCommerce Marketing Partner


Let Brandography help you spread the word about your products through cutting-edge eCommerce web design, strategic sales channels, and expert digital marketing tactics.
Check out our website
Detailking
Tourist
12 0 4

Dawn theme: https://www.detailking.nl/ HOME pagina

Moeed
Shopify Partner
7764 2082 2568

Hey @Detailking 

 

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>
@media screen and (min-width: 768px) {
.background-secondary .featured-product {
    padding: 2rem 7rem !important;
}
}
</style>

RESULT:

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

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Made4uo-Ribe
Shopify Partner
10211 2427 3080

Hi @Detailking 

The height or the padidng? 

For lesser the padding top and bottom. 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.

 

.background-secondary .featured-product {
    padding: 1rem 6rem;
}

 

And Save. 

Result:

Made4uoRibe_0-1727897046473.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 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.
Detailking
Tourist
12 0 4

I meant the height of the whole section, not the padding. I am sorry for the confusion.