I’m using the medical theme. When I look at it on mobile the 3 blue boxes cover up the hero image. What CSS can I include so that there is no negative margin on tablet and mobile?
Hey soupman99,
Just add this css code in Quick CSS, located in Enfold > General Styling:
@media only screen and (max-width:1024px) {
#top.home #av_section_1 .flex_column_table.av-equal-height-column-flextable {
margin-top: 0 !important;
}
}
Best regards,
Nikko