So in the theme options > logo margin. You have a margin on the right and left side.
You can just add this to your custom css box:
@media (max-width: 767px) {
#logo {
margin-right: 0px;
margin-left: 0px;
}
}
Kadence Themes
So in the theme options > logo margin. You have a margin on the right and left side.
You can just add this to your custom css box:
@media (max-width: 767px) {
#logo {
margin-right: 0px;
margin-left: 0px;
}
}
Kadence Themes