Hi everyone, I would like to ask for your help.
I can’t move the title slightly higher, what can I do?
Thanks to everyone who will help me.
My website: https://a3cd78.myshopify.com/password
A user seeks help repositioning elements on their Shopify store, specifically wanting to move the title higher on the page.
Initial Solution:
Follow-up Requests:
The user then asks how to:
Technical Approach:
position: relative and top properties.newsletter__wrapper h3 with top: 125pxCurrent Status:
The discussion remains ongoing, with the last question about moving the ‘coming soon’ text still awaiting a response. Screenshots are shared throughout to illustrate the specific elements being adjusted.
Hi everyone, I would like to ask for your help.
I can’t move the title slightly higher, what can I do?
Thanks to everyone who will help me.
My website: https://a3cd78.myshopify.com/password
Hey @Jhon16
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hey @Jhon16
Keep the previous code and add this new code above in the end of theme.liquiid file
.newsletter__wrapper h3 {
top: 125px !important;
position: relative !important;
}
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed