Hello Enfold team
Since I do not place a date or an author in the posts, two lines simply appear between the posts. Can these be deleted? Or place a line so that it is centered under the posts? The lines are shifted to the left by default (see website below).
Thanks and Greetings
Tanja
Hey tanjatheiler,
Please try the following in Quick CSS under Enfold->General Styling:
.template-blog .post-meta-infos {
display: none;
}
Best regards,
Rikard
Hello Rikard
Unfortunately it does not work. The lines are still there. Do you have another idea for a quick css?
I’m using the «Elegant» template for the posts.
Thanks for your help.
Tanja
Hi Tanja,
Can you try adding this CSS code:
.html_elegant-blog #top .post-entry .post-meta-infos {
border-bottom: none;
float: none;
}
Hope it helps.
Best regards,
Nikko
Hello Nikko
Thank you for your help. Now it’s almost perfect. Only one line appears (see link below).
Is it possible to make the line the same width as the image/column?
Best regards
Tanja
Hi,
Please try this CSS as well:
.html_elegant-blog #top .post-entry .post-meta-infos {
max-width: 44.5em !important;
}
Best regards,
Rikard
Hi,
Now it works. Many thank’s for the help.
Best regards, Tanja
Hi Tanja,
We’re glad that we could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko