Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #649675

    Hi there,
    I’m using this quick css code to define the space between the 4 columns on our front page:

    /* cell spacing */
    .av_one_fourth + .av-flex-placeholder,.av_one_fifth + .av-flex-placeholder {
    width: 10px!important;
    }
    /* For Firefox */
    .avia-mozilla div .flex_column_table_cell.av_one_fourth {
    width: 24.5%;
    }
    /* For IE */
    .avia-msie div .flex_column_table_cell.av_one_fourth {
    width: 24.5%;
    }

    It works fine for all browsers except for MS Edge. The spaces are much wider there.
    Is there a solution to make the space 10px in MS Edge as well?
    Thanks,
    Andrea.

    #650601

    Hey simus_systems,

    Thank you for using Enfold.

    Please try this:

    /* For IE */
    .avia-Edge div .flex_column_table_cell.av_one_fourth {
    width: 24.5%;
    }

    Best regards,
    Ismael

    #650720

    Thanks Ismael,
    but unfortunately it didn’t change anything (checked on Edge 25.10586.0.0, Windows 10).
    Or does it work on your Edge browser?
    On Internet Explorer it’s fine.

    any more ideas?
    thanks!

    #651837

    Hi,

    Do you know how to use the MS Edge browser inspector? Could you please take a screenshot of the html class attribute? Something like this:

    View post on imgur.com

    Best regards,
    Ismael

    #651987

    Here it is:
    http://www.pic-upload.de/view-31009871/screenshot.jpg.html
    you also can see it online?

    The html class attribute should be av-flex-placeholder, I think.
    Thanks!

    #652839

    Hi,

    I don’t have Windows 10 at my disposal at the moment so I can’t check it on actual Edge browser. Could you please take a screenshot of the html tag same as the screenshot?

    View post on imgur.com

    Thank you for your cooperation.

    Best regards,
    Ismael

    #654097

    Hi,
    sorry, hope this is the right screenshot:
    https://pl.vc/18v5t1

    thanks!

    #655941

    Hi,

    Thank you for the screenshot. Please try this:

    /* For Edge */
    .avia-chrome-46 div .flex_column_table_cell.av_one_fourth {
    width: 24.5%;
    }

    Best regards,
    Ismael

    #656965

    It worked. Thanks a lot!
    Best regards, Andrea.

    #657452

    Hi Andrea,

    Great, glad we could help. Please let us know if you should need any more help on the topic.

    Best regards,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.