Hi,
I want to display elements horizontally ( display:inline-block) but it does not work anyway …
Like this here:
https://ibb.co/iiTFU8
Thanks for help,
best regards
Mario
Hey pilepale,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.col-md-4.proizvod-pg.bljok {
display: block;
float: left;
}
.col-md-4.proizvod-pg.bljok + .col-md-8 {
float: left;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hey Victoria,
it works like a charm :)
Thank you for the quick response and your help
Best regards,
Mario
Hi Mario,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria
Hi,
I need further assistance :)
I´ve added some more items with different image sizes and it looks like this now:
How to how to sort them without gaps?
Thanks for help,
best regards
Mario
I got it… <div class=”row”> is the solution
Best regards,
Mario