BuddyDev

Search

Replies

  • Participant
    Level: Enlightened
    Posts: 40
    Jessica Martin on in reply to: Font Awesome Icons in Main Navigation #21901

    (Flips icon when you expand submenu on small screen)

  • Participant
    Level: Enlightened
    Posts: 40
    Jessica Martin on in reply to: Font Awesome Icons in Main Navigation #21897

    Great!

    I made the following css change so that the sub-menu doesn’t overlap the main menu for the header layout that I am using.

    #nav ul li ul {
    top: auto;
    }

    It is better, but because of #header-top-row padding, it still had a slight overlap.

    So I made the following css change:

    #header-top-row {
    margin-bottom: 5px;
    padding-bottom: 0;
    }

    I don’t know if this is the best way to handle overlap and I am pretty sure it won’t work with other header layout options.

    You can see how it renders: http://tinyurl.com/yyr4tp6l

    Can you check how it appears on small screens? It flips the icon on it’s side.

  • Participant
    Level: Enlightened
    Posts: 40
    Jessica Martin on in reply to: [Resolved] Menu Locations #21877

    Perfect! Thank you!

    Also, this forum is saying I can’t post topics — is it because I have posted too many times?

    I am sorry I have a lot of questions as I exploring the theme. I have been posting new topics when I have questions on unrelated topics.

    I expect to need to hire you for some customization, but am exploring what functions I am able to do myself.

  • Participant
    Level: Enlightened
    Posts: 40
    Jessica Martin on in reply to: Active Left Panel and Main Container Overlap #21865

    Hi Brajesh,

    Behavior is this way on both iPhone and iPad using either Safari or Chrome.

    Thanks for the quick response!

    Jessica

  • Participant
    Level: Enlightened
    Posts: 40
    Jessica Martin on in reply to: Font Awesome Icons in Main Navigation #21731

    @Brajesh Singh Do I need a membership to access theme updates?

  • Participant
    Level: Enlightened
    Posts: 40
    Jessica Martin on in reply to: Font Awesome Icons in Main Navigation #21660

    Actually, it seems to be a problem with the Left Panel menu. I have a menu assigned to both the Main Navigation and Left Panel Menu (Visible on small screen) display locations. It isn’t appearing correctly on the Left Panel Menu. But I expected that it would only appear on small screen, and it still appears on large.

  • Participant
    Level: Enlightened
    Posts: 40
    Jessica Martin on in reply to: Font Awesome Icons in Main Navigation #21659

    Thank you. I also have found that it isn’t appearing correctly on mobile devices.