1. mauro76
  2. Commercial Templates
  3. Wednesday, 15 May 2019
  4.  Subscribe via email
hello Ciaran
forgive my english, I'm using google translator.
I'm doing tests with the j51_kaylee template which I think is the one that best suits my needs.
However, I note in the Body / Header Styling section that the image I insert in the header_image is not responsive as in the header_image of the j51_Vitality template.
If I try the home on screens with different resolutions the image size remains the same.
how can I make the header image j51_kaylee responsive like the header image j51_Vitality?

Thank you
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Would you have a URL to an example of this issue?

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciaran

thanks for the answer.
I don't have the URL because I'm building the site locally.
Reading the Blog I inserted the following text in the custom CSS section:

.vegas-slide-inner {
     background-size: contain! important;
     max-width: 100%;
}

the header_image becomes responsive in width, but not in height.
I'm bound by functionality:
- Header Min-Height
okay for desktop replay but not mobile version.
Is it possible to eliminate this function to make the header image responsive also in height, as in the Vitality template?

Thank you
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Presuming you have no modules in any of the showcase-1# module position, you can try using the following custom CSS. You may need to edit the padding-bottom property depending on the dimensions of your image.

#container_header {
min-height: auto !important;
height: auto !important;
padding-bottom: 50%;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!