Remove space between featured image and text
Hello Betheme-team again,
How can i resize the frame of the featured image to remove the gap between the Image and the text, as you can see in the post : Heuer ist früher weihnachten....
[Links visible only for registered users]
Thanks
Comments
to decrease space between the image and the text on blog page, you need to use the following css:
.post-item .post-photo-wrapper { width: 12% !important; }.post-item .post-desc-wrapper { width: 88% !important; }
Wow- superfast and working response again !
I`m thinking about how to get the title and the featured Image in an even line. When i edit line height in .blog_wrapper .post-desc .post-title h2 a {
font-size: 20px;
line-height: 1.2;
display: block;
}
ist getting better, but not shown right at responsive design....
With line height 1.2 it Looks like:
Desktop:
[Links visible only for registered users]
Mobile:
[Links visible only for registered users]
With line height 0.0
Desktop:
[Links visible only for registered users]
Mobile:
[Links visible only for registered users]
Text and featured Image shoul be in an even line.
And a last additional question:
When i open a single post and scroll down to the last post the date is written through the featured image... How can i place the date above the image ?
Regards
.section-post-related .post-related .date_label { display: none !important; }