Hello Carol,
Thanks for reaching out.
You can add this code in your Appearance -> Customizer -> Additional CSS, and this should fix your issue:
@media only screen and (max-width:920px) {
.header-inside.clearfix {
margin-right: 0;
display: block;
}
.menu-wrap .slicknav_menu {
float: none;
}
span.only-text {
margin: 0;
}
}
Thanks
-
This reply was modified 1 year, 10 months ago by VineThemes.
-
This reply was modified 1 year, 10 months ago by VineThemes.