Home › Forums › SKT Full Width Forum › Space between two lines is too big
- This topic has 23 replies, 2 voices, and was last updated 7 years, 10 months ago by Sonl Sinha.
-
AuthorPosts
-
January 26, 2017 at 9:25 am #59987
Hello,
please have a look at this 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
February 6, 2017 at 1:42 pm #61043BTW: 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).
February 7, 2017 at 5:38 am #61116Hi 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,
DaveFebruary 7, 2017 at 10:43 am #61175Hi Dave,
we’re almost there, thank you.
The text should be more next to upper image! Please check with link above…February 7, 2017 at 11:44 am #61184Hi 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,
DaveFebruary 7, 2017 at 11:50 am #61185That’s nice.
Thank you!
February 7, 2017 at 11:55 am #61187🙂
February 7, 2017 at 1:10 pm #61196I 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:
February 7, 2017 at 1:25 pm #61201Hi 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,
DaveFebruary 7, 2017 at 2:06 pm #61209nice! And why is that title of last item shortened?
February 9, 2017 at 10:41 am #61504I mean this by shortened:
Do you have any solution?
February 9, 2017 at 12:03 pm #61522Hi
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,
DaveFebruary 9, 2017 at 4:27 pm #61550Hi,
okay I’ve sent it.
February 10, 2017 at 11:22 am #61642Hi Michael,
This issue was resolved from our end. Kindly check and confirm.
Regards,
DaveFebruary 10, 2017 at 12:19 pm #61654Thank you very much!
I’d like to get the side-space smaller, so the boxes appear close together longish:
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:
I have an css-code to hide it, but it’s back!
This is my css-code:
#wpstats{display:none;}
-
AuthorPosts
- The topic ‘Space between two lines is too big’ is closed to new replies.