Tagged: , ,

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #580649

    I am trying to add a banner position above the main menu.

    I have added the following to my functions.php
    add_filter( ‘ava_after_main_menu’, ‘enfold_customization_add_stuff_to_header’ );
    function enfold_customization_add_stuff_to_header(){
    echo ‘<div id=”wik-ftc-banner-ads-top-container”><div id=”wik-ftc-banner-ads-top”>test</div></div><br>’;
    }

    Somehow the menu is on top of my banner div.
    Any clue how I can position it in between the main menu and the top menu?

    Thanx :)

    #580706

    Hey envis!

    link you have provided seems to be broken to me. I can’t find the elements in question.

    Regards,
    Andy

    #581783

    Sorry for that, the website is not live yet, so I have created a read only account so you can see the page.
    Credentials provided in the private content.

    #581808

    Hi!

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

    #wik-ftc-banner-ads-top-container { top: -40px; }

    Regards,
    Yigit

    #582817

    Yigit,

    I want to display a banner that shows above the menu at a 720×90 resolution.
    Then on mobile it should show an ad in the same resolution but centered horizontally.
    I have a plugin who adjusts the add size, but how to position the div which shows the ads?

    I really appreciate your help :)

    Gerben

    #584106

    Hey Gerban!

    Your website does not load correctly on my end at the moment. You can simply adjust the code you posted here – https://kriesi.at/support/topic/banner-position-above-right-menu/#post-580649 or you can use custom CSS to change the position. Can you please post a screenshot showing the changes you would like to make? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here

    Regards,
    Yigit

    #584162

    Yigit,

    I have provided a username and password in my first post so you can see my site. Now I have changed that account to an admin account.
    I just want to create a banner of 468×60 pixels in between the top menu and the main menu with a margin of about 20px top bottom.
    Can you provide me some sample css I can work with? Somehow I can’t get the main menu down :S

    I hope you can help me out.

    #584676

    Hi!

    Please add following code to Quick CSS

    div#wik-ftc-banner-ads-top-container { z-index: 999; }

    Cheers!
    Yigit

    #586694

    Yigit,

    Thanx m8, everything works like a charm now! :)

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Banner-position above right menu’ is closed to new replies.