Dawn Theme - NARROW the gap of lines in Collapsibe Row contens with Metafield

Solved

Dawn Theme - NARROW the gap of lines in Collapsibe Row contens with Metafield

Debbie19
Excursionist
21 0 3

Hi there,

I use Collapsible Row content with Metafields to show the details of items on the Product Page.

The gaps between lines are too big. Is there any method (Add code) to narrow the gaps?

Moisza · Customize Dawn __ OPTIMIZED · Shopify.png

Thanks a lot.

Debbie

Accepted Solutions (2)
Ahsan_ANC
Shopify Partner
1396 253 326

This is an accepted solution.

Hi @Debbie19 ,

You can try this code


1. Go to Online Store-> Theme->Edit code
2. Asset-> base.css ->paste the below code at the bottom of the file.

 

.accordion__content p {
    padding: 0 !important;
    margin: 0 !important;
}
Contact for any custom design? Skype : ahsananc
>Was your question answered? Mark it as an Accepted Solution!
Feel Free to Contact Me at my Email: [email protected]


To enhance and customize Shopify search and filter, I use Boost Product Filter & Search

View solution in original post

Ahsan_ANC
Shopify Partner
1396 253 326

This is an accepted solution.

please use the below code you can increase/decrease the value 50% to your choice

 

.product-popup-modal__content-info{
  text-align-last: center !important;
}
.product-popup-modal__content img {
    max-width: 50% !important;
	}

 

Contact for any custom design? Skype : ahsananc
>Was your question answered? Mark it as an Accepted Solution!
Feel Free to Contact Me at my Email: [email protected]


To enhance and customize Shopify search and filter, I use Boost Product Filter & Search

View solution in original post

Replies 6 (6)

Ahsan_ANC
Shopify Partner
1396 253 326

Hi @Debbie19 ,

Thank you for reaching out to the Shopify Community!

Please share your store URL here so that we can check and provide a solution to you.

Thanks & Regards,
Ahsan ANC

Contact for any custom design? Skype : ahsananc
>Was your question answered? Mark it as an Accepted Solution!
Feel Free to Contact Me at my Email: [email protected]


To enhance and customize Shopify search and filter, I use Boost Product Filter & Search
Debbie19
Excursionist
21 0 3

Hi Ahsan,

moisza.com

Thanks,

Debbie

Ahsan_ANC
Shopify Partner
1396 253 326

This is an accepted solution.

Hi @Debbie19 ,

You can try this code


1. Go to Online Store-> Theme->Edit code
2. Asset-> base.css ->paste the below code at the bottom of the file.

 

.accordion__content p {
    padding: 0 !important;
    margin: 0 !important;
}
Contact for any custom design? Skype : ahsananc
>Was your question answered? Mark it as an Accepted Solution!
Feel Free to Contact Me at my Email: [email protected]


To enhance and customize Shopify search and filter, I use Boost Product Filter & Search
Debbie19
Excursionist
21 0 3

Hi Ahsan,

Thank you very much. Your code works, and the presentation looks much better.

Also, on the main product page, I use the pop-up window to show a size table that is too big.

Square Halo 0.5ct VVS White D Color S925 Moissanite Ring – Moisza.png

Is there any simple code to shrink the image?

Thanks a lot.

Debbie

Ahsan_ANC
Shopify Partner
1396 253 326

This is an accepted solution.

please use the below code you can increase/decrease the value 50% to your choice

 

.product-popup-modal__content-info{
  text-align-last: center !important;
}
.product-popup-modal__content img {
    max-width: 50% !important;
	}

 

Contact for any custom design? Skype : ahsananc
>Was your question answered? Mark it as an Accepted Solution!
Feel Free to Contact Me at my Email: [email protected]


To enhance and customize Shopify search and filter, I use Boost Product Filter & Search
Debbie19
Excursionist
21 0 3

Hi Ahsan,

Thank you very very much.

Debbie