Need Coding Help with Reducing Spacing Between Video and Text on Page

Solved

Need Coding Help with Reducing Spacing Between Video and Text on Page

cyrusnazari
Excursionist
22 2 1

Hello, 

 

We would appreciate some help with coding to lessen the space between the video and the text on this "Meet the Designer" page. It does not let me lessen the space in the regular edit and instead just deletes the video. As far as the amount of spacing we'd like, an inch of space is fine. 

 

Link to the page: The Designer – CYRUS NAZARI

Theme: Fleetwood Cadillac

 

Thank you for any and all help!

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
7601 1828 2241

This is an accepted solution.

Hi @cyrusnazari 

Check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

@media screen and (min-width: 750px){
.main-page-title {
    margin-bottom: 10px !important;
}
}

 

And Save. 

Im sorry to interact your design. But it think the text is more nicer if its the center. If you like check this one. 

 

@media screen and (min-width: 750px){
.main-page-title {
    margin-bottom: 10px !important;
    text-align: center;
}
}

 

And save. 

Result:

Made4uoRibe_0-1706133784748.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 2 (2)

Made4uo-Ribe
Shopify Partner
7601 1828 2241

This is an accepted solution.

Hi @cyrusnazari 

Check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

@media screen and (min-width: 750px){
.main-page-title {
    margin-bottom: 10px !important;
}
}

 

And Save. 

Im sorry to interact your design. But it think the text is more nicer if its the center. If you like check this one. 

 

@media screen and (min-width: 750px){
.main-page-title {
    margin-bottom: 10px !important;
    text-align: center;
}
}

 

And save. 

Result:

Made4uoRibe_0-1706133784748.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.
cyrusnazari
Excursionist
22 2 1

I am sorry I should have been more specific - I was talking about the text under the video. We will use this too though. Would we be able to get the coding for the text description below the video to be closer to the video please?