-
AuthorPosts
-
December 15, 2013 at 11:41 pm #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éDecember 16, 2013 at 5:22 pm #200704Hey 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,
DevinDecember 17, 2013 at 1:57 pm #201083Ok Devin, I decided for another solution, thanks!
José
-
AuthorPosts
- The topic ‘Fixed Header with Social Icons’ is closed to new replies.