Tagged: 

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

    Hi,

    I have been trying to fix this issue but couldn’t find the best result.

    Basically i want to achieve http://www.fastartup.com/wp-content/uploads/2017/04/Header-area-sample.png but currently it seemed impossible as the header banner is resizing itself responsively.

    If you look at the mobile mode, the header logo looks too small.

    I have attached the live site in the private content.

    Any help will be much appreciated. Thank you.

    #781535

    Hey fairusd,

    Try to add this custom CSS code:

    @media only screen and (max-width: 767px) {
    #header_main .inner-container {
        height: 150px;
    }
    .responsive .logo img {
        max-height: 100%;
    }}
    

    Best regards,
    John Torvik

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