Best Premium and Free WordPress Themes › Forums › SuperNewsPro › Space between lines of titles v.2
- This topic has 7 replies, 2 voices, and was last updated 6 years, 6 months ago by
acmesupports.
-
AuthorPosts
-
August 31, 2016 at 4:05 pm #8285
Milennia Maria
ParticipantHi,
Sorry, but the inside pages are with the lines of the very close bonds …
Corrected only titles Homepage.
Because ????Homepage (corrected)
http://prnt.sc/cckb4mInternal page (uncorrected)
http://prnt.sc/cckbptThank you.
August 31, 2016 at 5:35 pm #8294acmesupports
ModeratorPlease add the below CSS codes,
.single .featured-entries-col .post-content .entry-title { line-height: 1.5em; }
Hope, this will solve your problem in inner pages as well.
Regards,
Acme SupportsAugust 31, 2016 at 7:39 pm #8302Milennia Maria
ParticipantHi,
I added the lines as described below.
.featured-entries-col .post-content .entry-title { line-height: 1.5em; }
.single .featured-entries-col .post-content .entry-title {
line-height: 1.5em;
}
Decided well on the home page and on the right sidebar and related posts.
But in the post title remains very close between.Thank you.
September 1, 2016 at 3:06 am #8309acmesupports
ModeratorIf so, add this below CSS as well.
.single .entry-header .entry-title { line-height: 1.5em; }
This will solve the issues on single page as well.
Warm Regards,
Acme SupportsSeptember 1, 2016 at 4:46 am #8314Milennia Maria
ParticipantHi,
Sorry, but the title of the internal page is still very close to the lines. The code below .CSS not altered …
.single .entry-header .entry-title {
line-height: 1.5em;
}————————
See how I’m riding the three files:
.featured-entries and paste .entry .post-title-content {
line-height: 1.5em;
}.single .featured-entries and paste .entry .post-title-content {
line-height: 1.5em; }.single .entry-header .entry-title {
line-height: 1.5em;
}———————–
Home page
http://prnt.sc/ccrv5nInternal page
http://prnt.sc/ccruwzThank you.
September 1, 2016 at 5:53 am #8318acmesupports
ModeratorPlease add this code,
.entry-header h1.entry-title { line-height: 1.5em !important; }
and please remove the previous code,
.single .entry-header .entry-title { line-height: 1.5em; }
Thank You
September 1, 2016 at 6:35 am #8322Milennia Maria
ParticipantSeptember 1, 2016 at 6:44 am #8326acmesupports
ModeratorNice to know that your problem is solved.
-
AuthorPosts
- The topic ‘Space between lines of titles v.2’ is closed to new replies.