Hi,
my blogsite is looking like this (view private content)
I would prefer something like the link mentioned below. Is there any possibility?
thanks
wolfgang
Hey neustifter,
Thank you for using Enfold.
Yes, this is possible but it will require some css modifications. You can start by increasing the featured image size, adding a background color and removing the timeline container:
.small-preview {
width: 180px;
height: 180px;
line-height: 180px;
}
article.single-small {
background: skyblue;
margin-bottom: 20px;
padding: 20px;
}
.single-small .post_author_timeline {
display: none;
}
This link might help: http://kriesi.at/archives/wordpress-developers-your-complete-guide-to-conquering-css-in-2016
Best regards,
Ismael