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

    Hi guys!
    I am working on the mobile version of my landing page.
    I need to solve 2 things:
    -center my logo (left/right)
    -eliminate white stripe zone (Mark in yellow)

    Could you help me please?

    Attached files , links and credentials via private.

    Best regards

    #1171727

    Hey enfold,

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

    @media only screen and (max-width: 767px) {
    .page-id-500 #av_section_2 {
      margin-top: 0 !important;
    }
    .logo {
        width: 100% !important;
    }
    }

    Best regards,
    Rikard

    #1171896

    Hi Rikard, it works!
    Have a great year!!!

    Santiago

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Header mobile problems’ is closed to new replies.