Tagged: header, icon, social profiles
Hey guys,
together with Josue I adjusted header area like this:
@media only screen and (min-width: 767px) {
#header_main > .container {
display: none;
}
}
.html_header_top.html_bottom_nav_header .main_menu>div, .html_header_top.html_bottom_nav_header .main_menu ul:first-child, .html_header_top .av_bottom_nav_header .main_menu ul:first-child > li a {
height: 100px;
line-height: 100px;
}
.html_header_top.html_header_sticky.html_bottom_nav_header #main {
padding-top: 100px;
}
Now I cannot activate the social icons for that area.
Can you lend a hand?
Thanks Stephan
P.S. Cannot ad this question to the topic here – https://kriesi.at/support/topic/center-logo-in-navgation-and-hover-the-pics-like-in-eunoia-2/ – otherwise I wouldn’t open another thread for this. Thank you
Hey handelsmann!
Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Cheers!
Elliott
Hey!
Try adding this.
#header_main > .container { display: block; }
.logo { display: none !important; }
Best regards,
Elliott