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

    Hi there,

    I am using the theme Enfold and the demo called Medical. The 3 boxes throughout the theme overlap the element above it, which looks great on desktop, but iPad and Mobile are not rendering it the same. On mobile and iPad the boxes cover over the element above it and block the content. I tried removing the negative top padding but that did not solve the problem, and removed the cool overlap feature on desktop. I am on a time crunch with this project, so please respond ASAP.

    Thanks very much!

    #1105943

    Hey groovymarci,

    Sorry for the late reply. Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 1024px) {
    .home #av_section_1 .flex_column_table {
        margin-top: -100px !important;
    }
    }

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Mobile version of Enfold – Medical problems’ is closed to new replies.