Hi,
I would like change the info order in the post list.
Now we have “read more” and date. We would like the date and “read more”
Could you help me?
Thanks advance,
BR,
Antonio.
Hi Antonio,
Try adding this CSS code in Enfold > General Styling > Quick CSS:
#top .av-alb-blogposts .entry-content-wrapper {
position: relative;
}
#top .av-alb-blogposts .entry-content-wrapper .entry-content {
position: absolute;
bottom: 20px;
left: 0;
}
#top .av-alb-blogposts .entry-content-wrapper .post-meta-infos {
margin: 0;
}
Hope it helps.
Best regards,
Nikko
Hi Nikko,
Looks perfect, but the “read more” link doesn’t works.
Could you help me?
Many thanks,
BR
Antonio.
Hi,
Please try this CSS instead:
#top .av-alb-blogposts .entry-content-wrapper {
position: relative;
}
#top .av-alb-blogposts .entry-content-wrapper .entry-content {
position: absolute;
bottom: 25px;
left: 0;
}
#top .av-alb-blogposts .entry-content-wrapper .post-meta-infos {
margin: 0;
}
Best regards,
Rikard
Hi Rikard,
Works perfect. Many thanks.
BR
Antonio.
Hi,
Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Hi Rikard,
Yes you can close.
Thanks,
BR,
Antonio.
Hi,
Thanks for letting us know, I’ll close this thread for now then. Please open a new thread and include WordPress admin login details in private, so that we can have a closer look at your site.
Best regards,
Rikard