Re: Dawn Theme: How to move Collapsible Content Heading down (to be aligned with rows)

Solved

Dawn Theme: How to move Collapsible Content Heading down (to be aligned with rows)

Zakistar
Tourist
6 0 0

Hello and thank you for all the help in advance!

 

I would like to move my heading of Collapsible content to be right side of the photo (not above), just over the rows.

I'm attaching the screenshot of what it looks like now.

Screenshot 2025-01-21 at 23.53.35.png

And one screenshot of how I want it (I know its not the same section, hence the problem)

Screenshot 2025-01-21 at 23.54.12.png

Accepted Solution (1)
websensepro
Shopify Partner
1869 220 266

This is an accepted solution.

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.

 

@media(min-width:1024px){
.collapsible-content__header.scroll-trigger.animate--slide-in {
        position: relative;
        top: 80px;
        left: 34px;

}
h2.collapsible-content__heading.inline-richtext.h1 {
    font-size: 28px !important;
    margin-bottom: 0 !important;
}
.grid.grid--1-col.grid--2-col-tablet.collapsible-content__grid.scroll-trigger.animate--slide-in .grid__item:nth-child(2) {
    height: 50% !important;
    padding-top: 65px;
    margin: auto !important;
}
}

 

If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
Use our Big Bulk Discount app to boost your sales! 🚀 (https://apps.shopify.com/big-bulk-discount). Easy to set up and perfect for attracting more customers with bulk discounts. Try it now and watch your revenue grow!

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP

View solution in original post

Replies 7 (7)

websensepro
Shopify Partner
1869 220 266

Hi @Zakistar  , kindly provide your store URL please and if it is password protected, please share the password as well. Thanks

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP
Zakistar
Tourist
6 0 0
websensepro
Shopify Partner
1869 220 266

This is an accepted solution.

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.

 

@media(min-width:1024px){
.collapsible-content__header.scroll-trigger.animate--slide-in {
        position: relative;
        top: 80px;
        left: 34px;

}
h2.collapsible-content__heading.inline-richtext.h1 {
    font-size: 28px !important;
    margin-bottom: 0 !important;
}
.grid.grid--1-col.grid--2-col-tablet.collapsible-content__grid.scroll-trigger.animate--slide-in .grid__item:nth-child(2) {
    height: 50% !important;
    padding-top: 65px;
    margin: auto !important;
}
}

 

If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
Use our Big Bulk Discount app to boost your sales! 🚀 (https://apps.shopify.com/big-bulk-discount). Easy to set up and perfect for attracting more customers with bulk discounts. Try it now and watch your revenue grow!

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP
Zakistar
Tourist
6 0 0

Great, that worked!

However is it possible to align the heading with the rest of the text? (move it more to the left to align with rows)
attaching screenshoot.
Screenshot 2025-01-22 at 01.09.58.png

websensepro
Shopify Partner
1869 220 266

@Zakistar 

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.

@media (min-width: 1024px) {
    .collapsible-content__header.scroll-trigger.animate--slide-in {
        top: 108px !imporatnt;
        margin-right: 55px !imporatnt;
    }
}
Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP

ZestardTech
Shopify Partner
6095 1091 1463

Hello @Zakistar,

 

Could you please provide the URL/ password  to your store so that I can check it and provide you with the exact solution?

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
Zakistar
Tourist
6 0 0