Tagged: post delimiter
Helloooo,
is it possible, to give more space between text and line? And can I make the line between the events stronger?
The website-page is in the private content.
Thank you for help.
With kind reards
Sabine
Hey Jörge,
Please try the following in Quick CSS under Enfold->General Styling:
.post_delimiter {
margin: 50px 0;
border-color: #000;
}
Best regards,
Rikard
Hello Rikard,
I’m sorry but nothing happens.
With kind regards
Sabine
Hi,
Please try this instead:
.post_delimiter {
margin: 50px 0 !important;
border-color: #000 !important;
}
Best regards,
Rikard
Hi Rikard,
thank you very much. It works, but I mean, I want the border in bold not in another color. Could we change it?
With kind regard
Sabine
Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field instead:
#top .fullsize .template-blog .post_delimiter {
border-bottom-width: 3px;
}
adjust to suit.
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hello Mike,
thank you very much. It works and I am happy.
With kind regards
Sabine
Hi,
Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard