Archived topic
to much space after "more tag"
4 replies · Started by arkitekt on September 4, 2015
hi tom
i get to much space after inserting a more-tag. you can have a look: homepage
in the first post it is between the picture and the text and in the second its betwween post date and text. if i delete the more-tag, then its gone. in the thirt post there is no extra space.
any idea how this occures?
thx for replay
raphael
ps: i'm using visual composer atm, but im not really happy, i'm looking for something more comfortable than your "lightwight grid colums" and vis comp ... maybe your on it :-)
Hi there,
This is actually being caused by Visual Composer.
You can remedy it with this CSS:
.blog .entry-content .wpb_row,
.archive .entry-content .wpb_row {
margin: 0;
}
hi tom
thx for your quick response - you’re great!
tried all known options: child-css, theme-css and vc-css and it had no effect. so where exactly do I insert your code (eache box?).
thx for your response!
cheers
raphael
Hi raphael. The code Tom posted would go in your child theme style.css file. I just tried it on your site and it reduces the space between the post image and the content. Is that what you're after?
This may be helpful: https://generatepress.com/knowledgebase/adding-css/
