Hi guys,
I seem to be having a problem with blog post single page, on mobile I would like to center p tags H2, H3 titles.
I can’t seem to get text / titles to centre, the text still appears to be going more to the left rather than dead center?
What is causing this?
I find having text centered on mobile much better.
Website in private content
Hello,
Please, show me screenshot of titles that you want to center. Also provide me screenshot of media query in your child theme style.css or in custom.css that should center elements you need.
Regards
Hello,
Please, add the code and send me screenshots of elements that are not centered and screenshot of your code.
Regards
Hello,
Please add the code and send us screenshots of elements that are not centered and screenshot of your code.
Best regards,
Jack Richardson.
Hello,
If you want to center content on single blog post page on mobile try to use the following css code:
@media only screen and (max-width: 768px) {
.blog-post.post-single {
text-align: center;
}
.blog-post.post-single .content-article div {
max-width: none !important;
}
}
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.
The message was successfully sent
Your shopping cart is empty
Seems you did not register purchase code for WooPress WordPress Support Forum to be able to create a topic on this forum.