To insert code use <code>...</code>.
Sub-menu items distance from top-menu - Advanced customization
  • Hello,

    My submenu items are 20px far from the top memu.
    http://www.venezia-resort.com/faliraki-hotel/

    If you "inspect element" with Bugzilla , in css there is element.style top:80px;
    If i change to 60px; is fine. But i can only see on the fly, not real change.
    I cannot find this top:80px; in screen.css

    Any ideas?

    regards
    mario
  • 7 Comments sorted by
  • Hello,

    I think there is something wrong with cufon code.

    Change your custom cufon code to


    Cufon.replace("h1,h2,h3,h4,h5", {fontFamily : "Segan"});
    Cufon.replace("#navigation a", {fontFamily : "Segan"});



    Regards,
    Kaptinlin
  • :-)
    yes that was the problem!!!
    Fixed!
    Thank you VERY MUCH!!!!!!!!
  • Help with WPML
    Hi i would like to show the dropdown menu comes with WPML.
    In header.php i have replaced this line :
    <?php theme_generator('wpml_flag');?>
    with this :
    <?php do_action('icl_language_selector'); ?>

    The dropdown is listed as i want to, but not in top right as i wanted. it shows on left :(

    Can you please help?
    http://www.venezia-resort.com/faliraki-hotel/
  • Hello,

    You can try custom css code below:


    #lang_sel {
    position:absolute;
    right:0;
    top:5px;
    }


    Regards,
    KaptinLin
  • I did so , is on right now but when menu opens is not front of the other elements.
    Seems is going behind top-menu element. I tried with z-index:1 but no luck..
    other ideas?

    thanks
  • I have fix it with the following code :
    #lang_sel {
    position:absolute;
    right:0;
    top:5px;
    z-index:300;
    }

    Now language selector works fine on homepage.
    But doesnt work on other pages.

  • Well done.

    For the other pages, i have replied you in other discuss.
This discussion has been closed.
All Discussions