Hi,
I’m using
.av_one_third {margin:5px;}
to give me the following look using the Blog Post Grid layout but this makes everything float left and the grid doesn’t line up with the right hand side of the content:
If I add a float:right to the above selector it lines up as expected but, I have the usual issue of float changing the order of the elements which I can’t have.
I have tried everything I can think of but realise I’ve come screeching to the end of my knowledge and would appreciate some advice.
.av_one_third {/*float:right;*/ margin:5px;}
many thanks.
Hey DigitalEssence,
Please change following code
.homepage-post-colour-section .blog-post-block .av_one_third {
margin: 5px;
}
to following one
.homepage-post-colour-section .blog-post-block .av_one_third {
margin: 5px;
width: 32.4%;
}
.homepage-post-colour-section .blog-post-block .av_one_third:last-child {
margin-right: 0;
}
@media only screen and (max-width: 1300px) {
.homepage-post-colour-section .blog-post-block .av_one_third {
width: 32%;
}}
Best regards,
Yigit
Brilliant. Thank you as always.
Please mark this as resolved.
Hi,
Glad Yigit could help, we will close this now. Thank you for using Enfold.
For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)
Best regards,
Mike