Space between lines of titles v.2 - Acme Themes

Best Premium and Free WordPress Themes Forums SuperNewsPro Space between lines of titles v.2

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #8285
    Milennia Maria
    Participant

    Hi,

    Sorry, but the inside pages are with the lines of the very close bonds …
    Corrected only titles Homepage.
    Because ????

    Homepage (corrected)
    http://prnt.sc/cckb4m

    Internal page (uncorrected)
    http://prnt.sc/cckbpt

    Thank you.

    #8294
    acmesupports
    Moderator

    Please 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 Supports

    #8302
    Milennia Maria
    Participant

    Hi,

    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.

    See: http://prnt.sc/ccn08t

    Thank you.

    #8309
    acmesupports
    Moderator

    If 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 Supports

    #8314
    Milennia Maria
    Participant

    Hi,

    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/ccrv5n

    Internal page
    http://prnt.sc/ccruwz

    Thank you.

    #8318
    acmesupports
    Moderator

    Please 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

    #8322
    Milennia Maria
    Participant

    Hi,

    PERFECT !!!
    SORTED OUT…

    http://prnt.sc/ccsjg3

    _____
    Thank you.

    #8326
    acmesupports
    Moderator

    Nice to know that your problem is solved.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Space between lines of titles v.2’ is closed to new replies.