Tagged: Appearance, ENFOLD MEDICAL, issue, mobile
Hi,
There are visual issues with Enfold medical appearance on phone and tablet portrait resolution:
The problem is that the DEPARTMENTS MEDICAL SERVICES and RESEARCH block is placed in front of the slider and covers the slider content The secondary text and buttons cannot be seen or showing partly.
Website link for reference – http://kriesi.at/themes/enfold-medical/
How do we fix these? I want to move the blocks a bit down.
Hey L,
Please edit your Color Section element which has your blocks and give it a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png and then add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 990px) {
#your-unique-id .flex_column_table {
margin-top: 0!important;
}}
Best regards,
Yigit
Thanks Yigit, it worked!