Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1084969

    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?

    #1085083

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.