Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #447826

    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/?

    #448521

    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

    #449027

    Hi,
    please look at the image I have uploaded:
    http://www.medisansud.it/wp-content/uploads/error3.jpg

    #449165

    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

    #449207

    Thank you!!
    Now is fixed.

    Best regards

    Fabio

    #449368

    Hi!

    Great, glad we could help :)

    Cheers!
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Easy slider grid – mobile view’ is closed to new replies.