Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #751951

    Hi,
    I have a problem with my color section block. The block covers the call two action buttons in the fullwidth easy slider that is above it on mobile view.
    With setting will I have to adjust to avoid this?

    I would very much appreciate an advice on what to do.
    Thank you.

    #751985

    Hey Camilla,
    Can you provide a login in the private area, so we can take a closer look?

    Best regards,
    Mike

    #753697

    Hi Mike,

    Sure, here it is.
    Thanks for looking at it, I really appreciate it.

    #754342

    Hi Camilla,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (min-width: 768px) and (max-width: 1050px) {
    .page-id-330 .flex_column_table {
        margin-top: -139px !important;
    }
    }

    Best regards,
    Rikard

    #756020

    Hi Rikard,
    It unfortunately did not solve the problem.
    I would apprecite it very much, if you had time to give it another try?

    Here you can see how my two buttons in the first block are covered by the blue box with the text ‘ALTID SKINNENDE RENT’. http://www.danskklinikservice.dk/wp-content/uploads/2017/03/IMG_2204.png

    Best, Camilla

    #756259

    Hi Camilla,

    Thanks for the feedback and screenshot. Please try to add this as well:

    @media only screen and (max-width: 767px) {
    .page-id-330 .flex_column_table {
        margin-top: -139px !important;
    }
    }

    Best regards,
    Rikard

    #756401

    This worked. Thank you very much.
    Maybe you should add the code to the Medical demo site, as this must have the same problem. I used the demo site as template.
    Just a suggestion.

    Thank you again…

    #756851

    Hi Camilla,

    Thanks for the feedback, we’ll look at getting that into the theme for sure. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Color section block covers buttons on fullwith easy slider’ is closed to new replies.