Space between two lines is too big

Home Forums SKT Full Width Forum Space between two lines is too big

Viewing 15 posts - 1 through 15 (of 24 total)
  • Author
    Posts
  • #59987
    MP EKMP EK
    Member
    • Topics: 40
    • Replies: 149
    • Total: 189
    Member since: October 21, 2015

    Hello,

    please have a look at this screenshot:

    Screenshot

    I’ve marked where to look at. I’d like to reduce that space between the lines. Second line shall be directly under first line.

    You can see the page here

    #61043
    MP EKMP EK
    Member
    • Topics: 40
    • Replies: 149
    • Total: 189
    Member since: October 21, 2015

    BTW: The text is post title divided by break command <br>, e.g.:

    Post title: <strong>Ballett Grundkurs</strong><br>Mittwoch 18.30 - 19.30 Uhr

    Break command is wrongly interpreted and theme adds a line in between. The empty line should be after “Uhr” (last word in line).

    #61116
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi Michael,

    Kindly go to Appearance>>Theme Options>>Layout Settings>>Custom CSS Box:

    Add this code there:

    .article-wrapper h1.entry-title { line-height:18px !important; padding-top:15px !important;}

    Regards,
    Dave

    #61175
    MP EKMP EK
    Member
    • Topics: 40
    • Replies: 149
    • Total: 189
    Member since: October 21, 2015

    Hi Dave,

    we’re almost there, thank you.
    The text should be more next to upper image! Please check with link above…

    #61184
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi Michael,

    Delete last one:

    .article-wrapper h1.entry-title { line-height:18px !important; padding-top:15px !important;}

    And add this one:

    .article-wrapper h1.entry-title { line-height:18px !important; padding-top:5px !important;}

    Regards,
    Dave

    #61185
    MP EKMP EK
    Member
    • Topics: 40
    • Replies: 149
    • Total: 189
    Member since: October 21, 2015

    That’s nice.

    Thank you!

    #61187
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    🙂

    #61196
    MP EKMP EK
    Member
    • Topics: 40
    • Replies: 149
    • Total: 189
    Member since: October 21, 2015

    I recognized a strange thing. Last category item on that page behaves differently than the others. Title is incomplete and when you move mouse over it you see this:

    screenshot

    #61201
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi Michael,

    Kindly go to Appearance>>Theme Options>>Layout Settings>>Custom CSS Box:

    Add this code there:

    .homepage-article h1.entry-title a[data-title]:hover::after { display:none !important;}

    Regards,
    Dave

    #61209
    MP EKMP EK
    Member
    • Topics: 40
    • Replies: 149
    • Total: 189
    Member since: October 21, 2015

    nice! And why is that title of last item shortened?

    #61504
    MP EKMP EK
    Member
    • Topics: 40
    • Replies: 149
    • Total: 189
    Member since: October 21, 2015

    I mean this by shortened:

    screenshot

    Do you have any solution?

    #61522
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi

    Kindly send us WordPress admin details via sktthemes.net/contact
    Please mention this forum URL while replying so that we understand what needs to be done.

    Regards,
    Dave

    #61550
    MP EKMP EK
    Member
    • Topics: 40
    • Replies: 149
    • Total: 189
    Member since: October 21, 2015

    Hi,

    okay I’ve sent it.

    #61642
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi Michael,

    This issue was resolved from our end. Kindly check and confirm.

    Regards,
    Dave

    #61654
    MP EKMP EK
    Member
    • Topics: 40
    • Replies: 149
    • Total: 189
    Member since: October 21, 2015

    Thank you very much!

    I’d like to get the side-space smaller, so the boxes appear close together longish:

    screenshot-boxes

    If you can, please guide me to the right code and I will do it myself, so I can adjust it again later, possible?

    That smiley appears again:

    screenshot-smiley

    I have an css-code to hide it, but it’s back!
    This is my css-code:
    #wpstats{display:none;}

Viewing 15 posts - 1 through 15 (of 24 total)
  • The topic ‘Space between two lines is too big’ is closed to new replies.