How do align the price and description on a featured product? Other questions

I have a couple questions. How do I align the price and description on a featured product on the home page and description on a product page? (first 2 photos)

Also having an issue where the product name and price isn’t centered on my featured collection on mobile, how can I fix these two things? (3rd photo)

please share your site url and if any password then provide password

Hello

Site url is oldbaphomet.com

password is https://oldbaphomet.com/

oops password is vohmpe

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.template-index .product-single__description >p {text-align: center !important;}

#ProductSection-1609045375e51e9ccf .grid .medium-up--one-third .product-single__meta  .featured-product__price{
    justify-content: center;
    display: flex; }

PERFECT! Featured product price and description is changed. Thanks!!!

Any help on the product page description and mobile issue?

.template-product .product-single__description > div{
	text-align: center !important;
}

It worked for one product but not the others unfortunately.

paste below code at the bottom of the theme.css file.

.template-product .product-single__description > p{
	text-align: center !important;
}

it seems to be fixing one product at a time, i add a couple more to test it out, but the others are still to the left. Is there a way to make themm all centered? Thanks for the help!

can you please add me as staff member

Just sent it off!

can you please check it now its done

Got it, thanks homie!!!

problem solved Please click like and Accept as Solution

Doing the work off these forums is not a solution, so I’ve gone ahead and reset some posts to unsolved. If you post the solution here for others to learn from we can accept that as a solution.