The page title cannot be centered according to the template, I don’t know where the code is wrong, what can be done to fix it
The page title cannot be centered according to the template, I don't know where the code is wrong, w
To center the title use code:
text-align: center; /* Centers the text horizontally within the parent element */
margin: 0 auto; /* Centers the element itself by setting auto margins on the left and right */
display: flex; /* For flexbox centering */
justify-content: center; /* For flexbox centering */
Hello There,
Please share your store URL and password.
So that I will check and let you know the exact solution here.