Tagged: , , ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #460033

    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)

    #460320

    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

    #460347

    This worked; thanks. (FB icon)

    • This reply was modified 9 years, 5 months ago by elliotstiller.
    #460565

    Hey!

    Great, glad we could help :)

    Cheers!
    Rikard

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.