Private: Home › Forums › HTML Templates › Elvyre Retina Ready HTML5 Template › image id="page-title" not resizing in mobile › Reply To: image id="page-title" not resizing in mobile
January 22, 2015 at 6:35 pm
#1701
Participant
Hello,
If you want to have the 100% width of the page-title background image, the image will have very small height.
Try to add the following CSS code into “Elvyre Options -> Appearance – Custom CSS”
#page-title {
background: url('../img/page-titles/page-title-bkg.jpg') no-repeat center center !important;
background-size: contain !important;
}
My suggestion would be
#page-title {
background: url('../img/page-titles/page-title-bkg.jpg') 70% center !important;
}
Hope it helps,
Robert