Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #200516

    Hello!

    In my site I have a fixed header and socket, obtained via CSS code, using Small Non-Fixed Header in the Header Type at Enfold Theme Options.

    http://www.adw.cl/whiskypedia/

    CSS

    /* ————————————————————————- */
    /* Header */
    /* ————————————————————————- */
    /* 1. Posicion y estilo del Header */
    #header {
    position: fixed;
    background: grey;
    top: 0px;
    height: 35px;
    }
    /* 2. Complemento al estilo del Header anterior */
    #header_main {
    height: 35px;
    }
    /* 3. Complemento al estilo del Header anterior */
    #header_main .container, .main_menu ul:first-child > li a {
    line-height: 35px;
    height: 35px;
    }
    /* 4. Complemento al estilo del Header anterior */
    .avia-menu-fx {
    height: 0px;
    bottom: -5px;
    }
    /* 5. Complemento al estilo del Header anterior */
    .main_menu {
    height:40%;
    }
    /* 6. Complemento al estilo del Header anterior */
    #top .title_container .container {
    display: none;
    }
    /* 7. Altura de los itemes del menu superior */
    .menu-item {
    height: 28px;
    }
    /* 8. No desplegar el logo en el Header */
    div .logo {
    display: none;
    }

    This is just what I like, except that I want also social icons. If I can include that adding some php, we are done.

    If not, I thing I must change the Header Type.

    If I tried one of the options in the Header with Social icons, I cant reproduce the same style of the header: The menu items doesn’t show or there are blank spaces or alignment issues….

    If you look at http://kriesi.at/themes/enfold/homepage/home-v3-3-column-with-blog/ this is close to what I want, but fixed and without the logo section, but with the search tool at the top (on the right of the label ‘pages’)

    Please your help to configure that style.

    Thanks very much!!

    Regards
    José

    #200704

    Hey jmaguirrei!

    You’ll need to look into hiring a freelance developer to assist with the depth of customization. It should be doable with a combination of functions and new css but its a bit beyond what we can offer via support.

    Good places to look are Microlancer, Codeable or even through the form here: http://kriesi.at/contact/customization

    Regards,
    Devin

    #201083

    Ok Devin, I decided for another solution, thanks!

    José

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Fixed Header with Social Icons’ is closed to new replies.