Hi,
When I use the template with the right sidebar, the featured picture of the blogpost is located to the left of the blog title and there is a dashed line below it. But when I use the template without the sidebar, the featured picture is above the blog title.
I’d like to have the featured picture to the left, with the dashed line below, that connects it with the older post, but I don’t want to use the right sidebar.
On #272579 you gave a solution for this. But is there a generic solution that can be put in my child theme?
Please help.
Thnx
Eric.
Hi station1!
Do you have a link for the site/page in question please?
Best regards,
Rikard
Hi Rikard,
its on the homepage of:
http://www.supportstfrancishospital.org
Another solution could be the blog grid, but then with image left and tekst on the right side.
Thnx for helping.
Hi!
Thanks for the link, as far as I can see you have the featured image to the left with the dashed line connecting the posts and no sidebar on the right, did you manage to work it out? If not, please try to give a more detailed explanation of what you are trying to achieve, screenshots or a simple mock-up could also help.
Best regards,
Rikard
Hi Rikard,
no I did not manage to work it out. The sidebar is still visible above the footer and I want to hide it. So in my case completely hide the white stroke above the footer.
Hi!
Ah, I see what you mean now. Please try to add the following to your Quick CSS:
#after_section_3{
display:none !important;
}
Regards,
Rikard
Perfect!
Thanx.