1. AStrasser
  2. Commercial Templates
  3. Tuesday, 10 April 2018
  4.  Subscribe via email
Is there a possibility that the hight of the area with the image logo is changed corresponding to the hight of the image? on phones it looks not nice.

Axel
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Axel

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

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

You can see the URL also in the image.

Best regards
Axel
References
  1. https://www.wokka-ev.org
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Axel

To amend you can add the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

@media only screen and (max-width: 767px) {
#container_header .wrapper960, #header {
height: 250px !important;
}
#logo {
top: 0;
}}
@media only screen and (max-width: 440px) {
#container_header .wrapper960, #header {
height: 200px !important;
}}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks a lot, it's working fine now

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


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