Tagged: , ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #428790

    Hi guys,

    how can a change the position and the size of a widget content in a mobile device , or how can I remove this only in mobile view?

    Thanks for your help!
    Andreas

    #429240

    Hi a-l-p!

    Add this to your custom CSS.

    @media screen and (max-width:400px) { #header .widget { display: none !important; } }
    

    Regards,
    Elliott

    #430198

    Hi Elliott,

    it works perfect!

    Thank you, and have a great day! :)

    Regards,
    Andreas

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Header widget in mobile device’ is closed to new replies.