Archived topic
Move H1 to the center of block
1 reply · Started by Vadims on May 6, 2021
Viewing posts 1–2 of 2
Good afternoon, I cannot move the header H1 in the center of the block on the site
https://bestsbets.net/en/ (glued to the left side of the block)
CSS didn't work
h1.entry-title {
text-align: center;
}
Thank you and have a nice day
Hi there,
try this:
h1.entry-title {
width: 100%;
text-align: center;
}
This archived topic is closed to new replies.