Hey guys,
I’m trying to add my own custom icon area but I’m having problems with the divs overlapping. I’ve finally got them to look how I want to all the way down to mobile but you’ll see what I’m talking about. Right below the main slider. Any help would be fantastic. I’m spent. Thanks in advance.
Hi echosims_inc,
I’m not seeing any overlap on those icon/columns on my end. The one thing I did notice was that the last element on that page needs a bit more padding to prevent a secondary scroll bar. You can either add a whitespace element after its content or add a bit of padding to it with:
#top.home #av_section_3 {
padding-bottom: 10px;
}
Regards,
Devin