I’m trying put my header and description on top of an image as a CTA but currently I can only have it under the image using the Multicolumn block. Is there a work around for this? The design I want to achieve is below:
This is how it looks in the theme editor right now:
I am currently using the Dawn theme.
Thanks in advance
Hello @victorying
To provide you with the most precise solution in this case, could you please share your page URL ( with pass if your store password is enabled )?
Thank you and hope to hear from you.
Best regards,
GemPages Support Team
Hi @victorying
Thanks for your reply. Kindly follow steps below:
Go to your Online store > Themes > Edit code
Open your theme.liquid file
Paste the below code before
I hope the above is useful to you.
Best regards,
GemPages Support Team
Litos
February 16, 2023, 11:51am
5
Hi @victorying ,
Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:
#shopify-section-template--16039232700589__b10f152a-043a-4315-850f-0054bb070e7c .multicolumn-card__info {
position: absolute;
left: 0;
text-align: center;
top: 50%;
transform: translateY(-50%);
}
Hope it helps!
Thank you so much! I will probably use your solution but both solutions work well