Hi Kriesi-Team,
I’m using an Enfold Child Theme for a customer’s website and activated the avia layout-builder for blogposts, too.
The customer sometimes writes new posts using the standard-editor and sometimes using the avia-editor.
Unfortunately the “read more”-link appears in a new line when the customer uses the avia-editor. We’d like the “read more”-link to appear right after the excerpt.
Here is a screenshot.
The position marked with the blue arrow is the one we prefer.
How can I solve it?
Thanks in advance,
Marion
Hi Marion!
Could you provide us with a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Hi Rikard,
thanks for answering. You can find the link at the private section.
:-)
Marion
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
a.more-link {
width: 100%;
}
Cheers!
Yigit
Hey Yigit,
thanks for the code. But now every “Read more” link has got a new line. They should appear right behind the last word of the excerpt (like the blue arrow).
Thanks for your help,
Marion
Hi!
Please try the following:
.blog .entry-content p, .blog .entry-content .read-more-link {
display:inline !important;
}
Cheers!
Rikard
Solved!
Works perfect! Thanks a lot, Rikard :-)
Cheers
Marion