Home Forums Bizplan Header Picture is now a split image Reply To: Header Picture is now a split image

#871
keonthemes
Keymaster

Hello @bcm-innovations ,

We made the inner banner style change for solving responsive zoom view issue. Please re upload a large width banner image for better view. If you want to go back to the previous style, please follow the simple steps:

Go to Dashboard > appearance > Customize > Additional CSS and paste below code;

.wrap-inner-banner {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

Best Regards!!

  • This reply was modified 6 years, 9 months ago by keonthemes.