Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #429337

    Hi. Thanks for your help getting the widget into the header bar as per http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
    I’ve managed to get the widget into the header, but it’s not responsive. That is, it doesn’t reduce in size as the page size reduces. The site URL is given in the Private Content section below.
    Thanks again for all your help.
    Raphe

    #430068

    Hey Raphep!

    I can’t see a header widget on the page you linked, on what page can we see it?

    Cheers!
    Rikard

    #431019

    Hi Rikard
    The widget is at the end of the navigation bar – it is a circle with ‘Support Us’ inside. This has been created using the text/html widget.
    Thanks Raphe

    #431718

    Hey Raphe!

    I can’t see anything like that on my end? http://imgur.com/kb9gKB8

    Cheers!
    Rikard

    #431809

    Hi Rikard
    You may need to view it on a bigger screen. Because it’s not responsive it disappears off the screen on any screen less than 1000px
    Regards – Raphe

    #432218

    Hi!

    I have checked your website as well on 1920x1200px screen and i cannot see widget area on the header as well. Can you please once again make sure that you are posting the correct link?

    Regards,
    Yigit

    #432511

    Hi Yigit
    Thanks for your patients. The link is definitely correct. I have changed the css and the widget now appears under the WANRI logo – you can just see the dotted lines of the circle. If you reduce the browser size to mobile phone size, the ‘Support Us’ logo moves under the WANR logo and you can see it.

    Regards – Raphe

    #433238

    Hey!

    I can see it now, thanks. Where would you like it to be placed on desktop, tablet and phone?

    Cheers!
    Rikard

    #433242

    Hi Rikard
    I’d like it to be placed on the right between ‘contacts’ and the ‘search icon’ if possible on desktop, tablet and phone. If this is not possible on the phone then remove it.

    Regards – Raphe

    #433884

    Hi!

    Ok, lets begin with adding this in Quick CSS for desktop:

    #header .widget {
      right: -15% !important;
    }

    And hide it for phone and tablets temporarily:

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

    Could you then go to Enfold–>Header–>Mobile Menu and select Activate for smartphones and tablets please? It won’t fit on screen otherwise.

    Best regards,
    Rikard

    #434559

    Great – Worked a treat. Thanks fore all your help.

    Regards – Raphe

    #434840

    Hey!

    Great, glad we could help :)

    Regards,
    Rikard

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