1. sajo
  2. Commercial Templates
  3. Saturday, 29 October 2016
  4.  Subscribe via email
hello
I want you to ask how i can get the hidden logo disapear at the Responsive Layout (mobile page).

thanks for your help
sajo
Accepted Answer Pending Moderation
0
Votes
Undo
I did it

Custom CSS :

@media (max-width: 640px) {
.logo-image {
display: none;
}
}
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Excellent... thank you for sharing your solution! :)

CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


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