Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #550288

    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?

    #550344

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.