Home › Forums › WordPress Themes – Premium › Encounters › Weird glitches on Encounter latest. › Reply To: Weird glitches on Encounter latest.
March 18, 2015 at 6:51 am
#21110
Participant
Hi Prisca,
you can use the following css to make the menu margin fix on small screen.
@media (max-width: 768px) {
.navbar {
margin: 10px auto 10px!important;
max-width: 100%;
}
It seems unusual, the link that you send me shows the facebook links correctly here. Could you sent us a screenshot of that.
Thanks.