Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #472139

    I have the logo left menu below setting for the header. This leaves a large space available in the header to the right of the logo that is blank. I would like to be able to put an ad space there, maybe 468×60. I saw the add widget to header section, but this placed the widget space below the logo and menu. Can you help?
    Thanks,
    Katia

    #472141

    Hi katiadiamond!

    Everything is possible, but that would need a lot of work to be done.

    You can contact one of our Customization Contractors, who will help you out with the process.
    http://kriesi.at/contact/customization

    Let us know if we could do anything else, regarding our theme

    Best regards,
    Basilis

    #473330

    Hey!

    Please refer to this post and add a widget area to your header – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/

    Cheers!
    Yigit

    #473346

    Hi Yigit,

    Thanks for the link. But I am trying to add a typical ad space (using the widget is fine). My set up for the header is logo left/menu below. So when you look at the header, you will see a blank space to the right of the logo and above the menu. I want the widget to put an image in that blank space. I have other themes that automatically include the option to ad an image/ad there because it makes sense to fill the blank space so it looks better. But when I add the codes as per the link above, the widgets are placed below the menu, not to the right of the logo in the empty space. Does my explanation make sense? Is there a way to adjust the code to do this?

    Thanks,
    Barry

    #473349

    Hi!

    Yes it does. Have you add custom CSS code in the link i posted to Quick CSS field? It is following one

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

    You can add this code and adjust values to position it perfectly. If you need any help, please feel free to let us know and post the link to your website.

    Cheers!
    Yigit

    #473355

    Hi,

    I just tried again and now the widget is showing up in the middle of the menu. Please see the login below. Can you tell me what I did wrong?

    #473689

    Hi!

    Login credentials are not working for me. Can you please check them once again?

    Best regards,
    Yigit

    #473835

    I reset them – not sure what happened. Please try again.

    #474376

    Hey!

    Please review your website now. I changed top value to -60px in the code i posted here – https://kriesi.at/support/topic/ad-space-in-header-next-to-logo/#post-473349

    Cheers!
    Yigit

    #474471

    Awesome – thanks so much. I understand how the settings work now.

    Again, thanks alot!

    Barry

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Ad space in header next to logo’ is closed to new replies.