Please see screen under private content.
I have set the social icons not to display on mobile.
Now I have a vertical link and a space still displaying.
How do I remove it?
Hey studiovene,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width:989px) {
.avia-menu.av_menu_icon_beside {
border: none;
padding-right: 0;
margin-right: 0;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Worked! Thank you
:-)