Oh dear – you’re not going to like this…
Do not edit the Twenty Eleven theme. First create a child theme for your changes. Or install a custom CSS plugin.
I am aware of this, esmi.
Could this be good?
.entry-title {
clear: both;
color: #222;
font-size: 26px;
font-weight: bold;
line-height: 1.5em;
padding-bottom: .3em;
padding-top: 15px;
}
Actually those values were quite fine. I was to remove a linecarriage or so, after the “post content”. So the distance to next post is nearer.
If you look at my site: http://paradoxuncreated.com/ you will currently see that there is a big space between the line separating the posts. I want to reduce that.
You need to adjust the bottom margin & padding on posts via your custom css plugin or child theme.
No actually that wasn´t it either. I´ll keep looking a bit, and see if there is an answer here later.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Not padding and margin? So this doesn’t resolve the problem;
.hentry {
margin-bottom: 0;
padding-bottom: 0;
}
?
That is better, but there is still a linespace there I consider too much.
Best Regards.
Is the line separator there, graphics?
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Please illustrate your expectations.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Is the line separator there, graphics?
No, it’s a CSS border style.
http://www.w3schools.com/css/css_border.asp
It is possible to reduce the spacing around this line-separator? (Please look at http://www.paradoxuncreated.com )
Best Regards
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
I don’t know by how much you want it reduced. I’m asking for you to state how much, because I’ve already recommended some code that didn’t satisfy you.
A bit over half a (text)line, to closer to a line.