Tagged: easy slider
Hi,
I can’t remove margins on images uploaded in Easy Slider insight Grid on homepage.
I found that css file make width 85% width on mobile.
@media only screen and (max-width: 767px)
.responsive #top #wrap_all .av-flex-cells .no_margin .flex_cell_inner {
width: 85%;
How can I remove that margins left and right images and make like the one on http://kriesi.at/themes/enfold-startup/our-story/?
Hi dmstore!
There is no margin being applied there. The reason there is space on the bottom is because the text and button your using in the right cell is too tall. If you remove some of the text in that cell you’ll see it fits nicely together.
Regards,
Elliott
Hi,
please look at the image I have uploaded:
http://www.medisansud.it/wp-content/uploads/error3.jpg
Hey!
Add this in the Quick CSS field:
@media only screen and (max-width: 767px) {
.home div#av-layout-grid-1 div:nth-child(1) .flex_cell_inner {
width: 100% !important;
max-width: 100% !important;
}}
In order to contain the effect of the css above, you can apply a unique id to the grid row section. Use “custom-grid” for example. You can replace “div#av-layout-grid-1” selector with “#custom-grid”.
Best regards,
Ismael
Thank you!!
Now is fixed.
Best regards
Fabio