Tagged: devin-docs
Hi there,
Is there a way to get the privacy & disclaimer to appear when responsive. They fall off.
Thanks!!
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 479px) {
.responsive #socket .sub_menu_socket {
display: block;
}}
Cheers!
Yigit
Perfect. Thanks!!!