Support Forum

For all questions related to themes and plugins!

Enter search keyword e.g. "footer color".

  • Registration is Required

    Registration is required to post questions to support forum. ThemeForest buyers also need to obtain Purchase code to be able to post on forum.

    Please read here how to obtain Purchase code.

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

#1701
Robert Kavgić
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