Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #690682

    Hi there,

    I’ve installed the medical demo, but the homepage isn’t very responsive.

    On a smartphone, the three blocks beneath the homepage slider are actually covering most of the important slider information. How can I push those boxes down on a mobile so that this doesn’t happen?

    Thanks!

    #690743

    Hi RainaN!

    I checked it and you are right, that is happening.
    How do you want them to be visible? Push those just a little bit down, would that work for you?

    Please do let us know

    Regards,
    Basilis

    #690760

    If we could just push those boxes down beneath the slider, that would be great!

    Thank you! :)

    #691482

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

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

    Best regards,
    Jordan

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