Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #464550

    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

    #465169

    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

    #465681

    Hi Rikard,
    thanks for answering. You can find the link at the private section.

    :-)
    Marion

    #465685

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    a.more-link {
      width: 100%;
    }

    Cheers!
    Yigit

    #465691

    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

    #466151

    Hi!

    Please try the following:

    .blog .entry-content p, .blog .entry-content .read-more-link {
    display:inline !important;
    }

    Cheers!
    Rikard

    #466222

    Solved!

    Works perfect! Thanks a lot, Rikard :-)

    Cheers
    Marion

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Read more – different position’ is closed to new replies.