Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #876047

    Do I have to put the logo in as a menu item?

    have done so but how to get the underline to appear under logo and have vertically centered menu the correct size?

    #876356

    Hey washem,

    I just checked your web site and I can see you have done it, is everything as you need?

    Best regards,
    Basilis

    #876376

    no the logo hangs over the content on scroll, this is no good.

    Also the menu highlight appears on top of and across the logo

    need all this pushed down.

    Menu items to be vertical centered

    #876685

    Hi washem,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look? What is that script added to the “logo” menu item?

    Best regards,
    Victoria

    #876843

    HI, there is no script? the blue bar is enfold menu highlight for the selected page.

    #877810

    Hi,

    Have you followed the info here
    You can simply go to Enfold theme options > Header and choose to display logo centered – http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-header-configurator/

    Does that work?

    Best regards,
    Basilisf

    #877811

    Hi,

    Oh and please add the following CSS also

    .logo {
    top: 15px;
    text-decoration: underline !important;
    }

    Best regards,
    Basilis

    #877874

    makes no difference?

    #878131

    Hi washem,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .header_color .avia-menu-fx {
        background-color: transparent;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #878339

    ok thanks but we are way off here :)

    I want the initial header size to stay the same size. The logo is to be contained in the header color and not bleed into content.

    Menu text to vertically centered inline with logo

    #879206

    Hi washem,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .html_header_top.html_bottom_nav_header .main_menu ul:first-child {
        height: 170px;
    }
    .html_header_top .av_bottom_nav_header .main_menu ul:first-child > li a {
        height: 170px;
        line-height: 170px;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #879425

    your code supplied is on the sit enow I can not see any difference?

    #879430
    #880774

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    #header_main_alternate { border: none; }
    #header #header_main_alternate .container {
        padding: 0;
    }
    .html_header_top .av_bottom_nav_header .main_menu ul:first-child > li a {
        height: 170px;
        line-height: 170px;
        position: relative;
        top: -119px;
    }
    

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Then please remove following inline styles from your logo menu item

        position: relative;
        top: -120px;

    Best regards,
    Yigit

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