Viewing 3 reply threads
You must be logged in to reply to this topic.
I’m trying to place a Full Blog widget on the home page of my site. I’m looking to have 2 posts in a 2 column layout, but I’m not seeing a style that will allow me to do that. The closest is Masonry which only uses 3 columns. So is there an option where I can do this? If not, which file controls the logic for the Full Blog shortcode?
And while I am at it, is there an option to change the thumbnail size for any of the Full Blog styles? Or is that hard coded into the shortcode template?
Hello,
You can select the blog layout at Specular -> Blog Config.
Best regards!
I don’t see an option for controlling the number of columns on the Full Blog widget. Here’s a link to the section I am trying to modify.
Hello,
As you can see from the “Full Blog” element’s options, there is not an option that allows you to select the number of rows or items to display in a row. So you have to select another element that has this control. Such is “Latest from Blog”.
See screenshot: https://postimg.org/image/1okha914ob/
Add this custom css in your custom css box as well:
.latest_blog .no_carousel .blog-item {
width: 50% !important;
}
Let us know.
Best regards!
You must be logged in to reply to this topic.