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

    Hi Please help ,

    I was try to add another logo on header bar by using widget
    (follow this http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/)

    The problems is
    – Image inside widget is stack with main logo when screen being responsive.
    Is it possible to move it to below the logo ? Or just hide that widget on responsive is fine
    – When hover on Search icon on navigation bar , yellow background move out of a place it should be.

    Please see image below , please help.

    View post on imgur.com

    View post on imgur.com

    Thank you very much

    • This topic was modified 8 years, 11 months ago by zmkstudio.
    #555782

    Hi zmkstudio,

    Please try the following in Quick CSS under Enfold–>General Styling to hide it on mobile devices:

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

    Cheers!
    Rikard

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