1. Stefunk
  2. Sherlock Holmes
  3. Commercial Templates
  4. Saturday, 07 October 2017
  5.  Subscribe via email
Hi

At Responsive design the Social Media Icons of Catlin Template are exactly placed over the Menu button.

If i move the Social Media Icons to the left with

@media only screen and (max-width: 1024px) {
.socialmedia {
left: 0;
}}

the Menu button does not work anymore. I cant click it and the menu is not scrolling down and open the sub menus.

Any suggestions what i can do?

Thank you
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

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
salzgrotte-twistringen.de
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you

To resolve also add the following to your Custom CSS...

right: auto; 


Making it...

@media only screen and (max-width: 1024px) {
.socialmedia {
left: 0;
right: auto;
}}


Ciarán
  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!