Hi,
For two weeks ago I’ve posted a topic about placing the read more in the text-column and not beneath the featured image. In this topic there was also a solution posted. This worked fine. After placing real posts in the blog, the read-more link is aligned to the left again. The old posts were still aligned in the column.
Please see my previous topic and my site-url in the private section.
I hope you can help me out.
Regards,
Erwin
Hey erwin_m,
Thank you for using Enfold.
Please remove the previous css modification then replace it with the following css code.
@media only screen and (min-width: 768px) {
.read-more-link {
left: 226px;
position: relative;
}
}
Best regards,
Ismael
Hi Ismael,
This is another way of approach. Works fine, thank you, just changed the values a bit.
You can close this topic.
Regards,
Erwin