Baskerville 2: Reduce Social menu icons/nav menu un-clickable

  • Hi,

    1. Does Baskerville 2 offer smaller social icons for its social menu? Nothing ing Settings, so only with CSS?

    2. Installing the Baskerville’s Social menu (right-side) to align with my nav menu, renders my nav menu options not-clickable (only the down-arrow is clickable). Any ideas why this is occurring?

    Many thanks

    The blog I need help with is: (visible only to logged in users)

  • 2. If anyone else needs this I fixed issue No. 2 with the following CSS:

    /*social menu position*/
    #menu-social.menu {
    text-align: -webkit-right;
    position: absolute;
    bottom: -16.5em;
    z-index: 1;
    right: 0;
    }

    Only had to replaced:
    .header-inner {

    with:
    #menu-social.menu {

    Just need to tweak positioning of the social menu for mobile devices now.

  • The topic ‘Baskerville 2: Reduce Social menu icons/nav menu un-clickable’ is closed to new replies.