- This topic has 3 replies, 2 voices, and was last updated 7 years, 4 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Naturo Pro: How to force left-align of page titles?
I am wondering if you have a CSS code to force the page/section titles to left-align.
This is a problem on mobile where the page titles seem to be coming out with a lot of space between words, so I am guessing it is currently justify-aligned.
See image:
https://imgur.com/a/vP8grn2
Kindly add this code in Custom CSS box:
@media screen and (max-width: 767px){
h1.entry-title {text-align:left !important;}
}
Regards,
Shri
Thank you! This resolved the problem.
-Jason
Great.
Regards,
Shri
Do you want to activate WordPress plugins from the database? This term is new yet interesting to learn. And if you are looking for an […]
Image Gallery WordPress Plugins You’ve got stunning visuals, but WordPress’s built-in gallery block is too basic. It doesn’t let you do fancy layouts, lightboxes, or […]
Insert Headers and Footers Plugins When you need to add essential scripts—think Google Analytics, Facebook Pixel, or custom CSS—to your site, modifying theme files is […]