Tagged: color section
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.
Hey Camilla,
Can you provide a login in the private area, so we can take a closer look?
Best regards,
Mike
Hi Mike,
Sure, here it is.
Thanks for looking at it, I really appreciate it.
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
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
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
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…