Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1161097

    Hi
    The header of this page is too large when I view it on my phone.

    How can I reduce the height only on the mobile version without changing it on the desktop version?

    The header is a Special Heading within a Color section.

    Best regards

    #1161568

    Hey novaagencia,

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

    @media only screen and (max-width: 767px) {
    .page-id-3240 #av_section_1 .content {
        padding: 0 !important;
    }
    }

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.