Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #710150

    Hi,

    There are visual issues with Enfold medical appearance on phone and tablet portrait resolution:
    Screenshot

    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.

    #710756

    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

    #711361

    Thanks Yigit, it worked!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Enfold medical visual issues on phone screen width’ is closed to new replies.