- This topic has 4 replies, 2 voices, and was last updated 5 years, 11 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Home › Forums › SKT Full Width Forum › postitle entry-title line-heigh
I would like to have a space between, I try this code: @media screen and (max-width:479px) {
.postitle entry-title { line-height:50px !important;}
}
but it doesn’t work and I don’t know why, I even tried this: ..postitle entry-title { line-height:50px !important;} and same result, doesn’t work.
https://imgur.com/a/ffNqoPa
Thank you
I hope for answer please! Anyone help!
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:479px) {
.single_post .postitle { line-height:50px !important;}
}
Regards,
Dave
Thank you so much! it work
🙂
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 […]