Hi Pchhetri,
To fix your logo responsive problem, you can add this code to your child theme style.css file:
@media (max-width: 977px) {
#logo {
width: 100%;
}
}
Hi Pchhetri,
To fix your logo responsive problem, you can add this code to your child theme style.css file:
@media (max-width: 977px) {
#logo {
width: 100%;
}
}