Hi,
I added a widget on the left side of the header for a text. When you see the web with a tablet it is hidden, how can I be able to keep on seeing it (and the social icons too) until smartphone view?
Hi studiono!
You have following code in Quick CSS
@media screen and (max-width: 1023px) {
#header .widget {
display: none !important;
}}
Please remove it. However, i think it would be a good idea to hide it on mobile since mobile header does not have enough space for your text, logo and social icons.
Regards,
Yigit