How can I fix my gift card title and price organization issue?

Hi Guys,

My gift card title and price bit unorganised. Price is below the title as well.

I would appreciate any help.

Thanks

URL: https://basicbastard.co/

Hi There,

Thank you for reaching out to the Shopify forums!

Let me quickly fix that issue for you.

Please go to the Online Store > Themes > Edit code > Find base.css and add below code in the last line of the file.

#Slide-template--16107099357420__featured_collection-4 .card-information .price {
	margin-top: 0 !important;
}

If its working at your end then, please do not forget to accept this solution! :face_savoring_food:

Thanks & Regards,
Prezen Tech

It worked, I had to add some additional code for all collections. Also, i would like to use capital letters for the price title “FROM”. I would appreciate your help.