how do i put a margin on top of colour section to stop breadcrumb bar overlapping image.
thanks
Hi gregcarrollLMG,
I don’t see any overlap from the breadcrumb and the Color Section below it, can you give us a screenshot on how it looks on your end?
Also, try adding this code (this should add a 30px top margin for the first color section in the homepage)
.home #av_section_1 {
margin-top: 30px;
}
Best regards,
Nikko