Shopify themes, liquid, logos, and UX
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!
Solved! Go to the solution
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:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
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:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
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?
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024