Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- The topic ‘Facebook Icon will not go into my main menu! Despite changing the settings.’ is closed to new replies.
The “social icon” for Facebook will not go into my main menu bar; I have a single menu bar as the settings; “Logo Center, Menu Below”.
I selected the option for social icons to “display in main header area” but it doesnt show up there. Thats a pity.
Instead i select display in top bar at left, which is not preferable.
How can i make it show up in the main header area? (the menu)
Hey elliotstiller!
Try adding this to your custom CSS.
#header_main .social_bookmarks {
top: 110px !important;
}
@media screen and (max-width: 767px) {
.social_bookmarks { display: none !important; }
}
If that is not working then send us a link to your page and we’ll take a look.
Best regards,
Elliott
This worked; thanks. (FB icon)