Hi @ingusap
For your query,
1) How does the home slider and grid fetch the image content from the blog?
Ans – Plugin takes the post image from “Featured Image” section of post. This is a WordPress built-in option.
You can find it at the right side section when add / edit any post.
2) My homepage slider width is wider than the screen itself.
Ans – Can you please provide me the web page URL on which you had set up the plugin? So I can take a look at it and try to understand the scenario.
So,
I changed my slider, but still wish to use the grid.
I seem to have found the problem and it’s with the margin -15px, but cant overwrite it with css (margin: 0px !important;).
And second problem with the grid is – i cant seem to be able to have all the boxes the same height.
Hi @ingusap
Thanks for the web page link.
Equal height feature is not available within lite version. But you can still manage it with equal size of image, post title and content or custom CSS.
Hi @ingusap
Sorry, I forgot to provide the custom CSS.
Here is the Custom CSS for equal height.
.bdp-post-grid-main.bdp-design-2{display: flex;}
.bdp-post-grid-main.bdp-design-2 .bdp-post-grid-content{height:100%;}
Hi @ingusap
Any update on this please?