Okay
  Public Ticket #1573356
Image Header dimension
Closed

Comments

  • Fausto started the conversation

    Hello,

    the header image inside the pages appears correctly in the desktop version, but in the mobile version it is only a very reduced image (as if it were just a corner of the image). How can I solve?

    Thank you

    Fausto

  •  1,641
    Andrey replied

    Hello, Dear Fausto! 

    Please add this code in WP Dashboard => Appearance => Customize => Additional CSS:

    @media(max-width: 375px) { .fw-page-header.parallax  {    position: relative;
        background-attachment: inherit;
        background-position: 50% center;
        background-size: contain;
        margin: 0 -142px;
        background-repeat: no-repeat;}}
    

    Then save changes and check result at front-end. 

    Best Regards!