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.

#916
Vladimir
Keymaster

Ernest,

CSS I gave you will force image to stretch only on mobile phones. CSS below will stretch it on Tables too, so it should look fine now on all devices and desktop.

@media only screen and (max-width: 767px) and (min-width: 480px){
#page-title{
background-size: cover;
}
}