Hi. How to adapt the widgets in the header for the mobile version, or if it is not possible, how to replace them with something or remove it altogether? for exeple here http://jet-plitka.ru/
Hey pddcoms,
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: 767px) {
#header #text-11.widget_text {
left: 32vw;
padding-top: 15px;
position: absolute;
top: 73px;
min-width: 115px;
transform: translate(0);
}
}
If you need further assistance please let us know.
Best regards,
Victoria