Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #550034
    #550070

    Hi leoadmin!

    Send us a link to your page and we’ll see if we can get you some CSS to use.

    Best regards,
    Elliott

    #550258

    See below, dont know ir my message arrived:

    #550825

    Hey!

    Your doing this right? http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/

    I did not see the widget in your header. Go ahead and add it in and we’ll take a look.

    Regards,
    Elliott

    #551229

    Hey,

    thanks for your help, we got it done on our own! :)
    There is just one question left:

    Could you tell us how to implement that the “#header .widget” doesn’t appear on mobile phones?

    Thanks,
    Leo

    #551870

    Hey!

    Add this to your custom CSS.

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

    Cheers!
    Elliott

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