Hi Guys
I am sorry this is a continuation from this thread:
https://kriesi.at/support/topic/space-between-columns/#post-524588
The fix only fixed the Firefox spacing issue on Firefox but at the same time stopped the fix on all the other browsers so I have reverted back to this code as it looks okay in most browsers:
/* cell spacing */
.av_one_fourth + .av-flex-placeholder,.av_one_fifth + .av-flex-placeholder {
width: 10px!important;
}
So in short I am still looking to for this page to have 10px spacing between crane boxes in Firefox.
http://jonescrawlercranes.com/crawler-crane-hire/
Thanks
Rob
Hi fanlokbun!
Thank you for using Enfold.
The code that we provided on the previous thread will only affect firefox and ie:
.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%;
}
Noticed the browser specific selectors (.avia-mozilla , .avia-msie)?
Cheers!
Ismael
Sorry Ismael. I’m not sure what I did wrong on Monday but I just tried again today and it works okay. For the benefit of others this is what I have now:
/* 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%;
}
Thanks again
Rob