October 14, 2019 at 9:07 am
#69109
todor.dimitrov23
Participant
Well, I’ve added the following code:
.info-bar .date {
display: none;
}
@media (max-width: 767px) {
.info-bar .contact-section {
min-height: 34px;
}
.info-bar .date {
display: none;
}
}
Now the date is off – OK
The social profiles are on – OK
When open the site through mobile phone the top right corner still stays with three horizontal lines instead of login/account buttons. – NOT OK
Thanks,