Tagged: spacing
-
AuthorPosts
-
June 17, 2016 at 9:25 am #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.June 20, 2016 at 5:54 am #650601Hey 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,
IsmaelJune 20, 2016 at 10:46 am #650720Thanks 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!June 22, 2016 at 3:30 am #651837Hi,
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:
Best regards,
IsmaelJune 22, 2016 at 9:10 am #651987Here 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!June 24, 2016 at 6:00 am #652839Hi,
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?
Thank you for your cooperation.
Best regards,
IsmaelJune 28, 2016 at 10:36 am #654097Hi,
sorry, hope this is the right screenshot:
https://pl.vc/18v5t1thanks!
July 2, 2016 at 12:45 am #655941Hi,
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,
IsmaelJuly 5, 2016 at 12:05 pm #656965It worked. Thanks a lot!
Best regards, Andrea.July 6, 2016 at 2:18 pm #657452 -
AuthorPosts
- You must be logged in to reply to this topic.