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

    Is it possible to have a resizable header on tablets as well as desktop ?
    alternatively, set a reduced height.

    You can see my site: (below)

    thank you
    Sabina

    #724124

    Hey LbCCbeA_89,

    Thank you for using Enfold.

    Please decrease the height of the logo on tablet view. This will, in turn, decrease the height of the header.

    @media only screen and (min-width: 768px) and (max-width: 1024px) {
    #top #header_main > .container, #top #header_main > .container .logo a img {
        height: 80px !important;
        line-height: 80px !important;
    }
    }
    

    Best regards,
    Ismael

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