Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #459230

    Hi, relative to this snippet:
    http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
    it works but I can not change position with:

    #header .widget {
      left: 50%;
      padding-top: 0;
      position: absolute;
      top: 0;
      transform: translate(-50%);
    }

    It seems to have no the CSS class.see image

    thanks

    #459334

    Hi Czar!

    Have you removed widget area from header? I cannot see it in your source code. Please add it once again and let us know so we can see the issue to provide you an accurate solution

    Regards,
    Yigit

    #459371

    Hi Yigit, not yet in place. if you look at image I marked with arrow where appears the word ‘Roma

    #459379

    Hey!

    As i mentioned, we are going to need to see the issue to provide you a proper solution. Can you please add it once again and post a temporary admin login here privately?

    Regards,
    Yigit

    #459516
    This reply has been marked as private.
    #459861

    Hi!

    Thanks for the details, I can’t see the header widget though? Could you add it again so that we can give you some custom CSS please?

    Regards,
    Rikard

    #459909

    As i mentioned, if you look at image I marked with arrow where appears the word ‘Roma‘ (on the left is where logo)
    thanks

    #460764

    Hi!

    It is possible to fix it with custom CSS but as we said earlier, we are going to need to see the issue live on your website. Can you please add the widget area to header and let us know?

    Cheers!
    Yigit

    #460767

    Hi Yigit, widget is always there. go to this link
    http://www.sfogliacitta.it/area/italia/lazio/roma/
    where is logo, find word Roma. that’s widget

    thanks

    #460772

    Hey!

    Please add following code to Quick CSS instead and adjust as needed

    .header-widget {
      left: 50%;
      padding-top: 0;
      position: absolute;
      top: 0;
      transform: translate(-50%);
    }

    Regards,
    Yigit

    #460781

    Perfect, thanks Yigit

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘adding-a-widget-area-to-the-header’ is closed to new replies.