I need this page to have all the text-centered down the page for desktop and mobile. If you notice on the desktop it is to the right.
https://yellowstonenaturalnutrition.com/products/get-revive-pm
Please help! Thank you!
I need this page to have all the text-centered down the page for desktop and mobile. If you notice on the desktop it is to the right.
https://yellowstonenaturalnutrition.com/products/get-revive-pm
Please help! Thank you!
Hi @YNN ,
Your talking about the logo right? Paste this code in the theme.scss file under the Asset folder.
.site-header__logo {
position: absolute;
transform: translateX(-50%);
left: 50%;
}
Hi! Thanks for reply,
I actually meant all the text and images below the “buy it now” button, please!