[Resolved] Switched to Flexbox – Menu now has Double Arrows

Home Forums Support [Resolved] Switched to Flexbox – Menu now has Double Arrows

Home Forums Support Switched to Flexbox – Menu now has Double Arrows

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1685870
    Lydia

    Hello, I recently switched from Floats to Flexbox and most everything looks great. However, the main menu now has two drop-down arrows instead of one, and there are two little file icons next to the category tags instead of one. Is this something you can help me with? My website is alittlelibrary.com. Thanks!

    #1685921
    Karsten

    This CSS should help

    /*Search Icon fix*/
    .gp-icon.icon-search:before,
    .gp-icon.icon-arrow-up:before {
    content: none !important;
    }

    /*Search Icon Mobile Menu fix*/
    button.search-submit {
    display: none;
    }

    #1685956
    Lydia

    Perfect! Thanks,

    #1686036
    Elvin
    Staff
    Customer Support

    Hi there,

    Karsten’s CSS shouldn’t be necessary when you switch from floats to flexbox as long as your CSS cache is cleared after the switch. (I see you’re using autoptimize).

    Glad you got it sorted. ๐Ÿ™‚

    #1686460
    Lydia

    Ah, good to know. Thank you both.

    #1687384
    Elvin
    Staff
    Customer Support

    No problem. ๐Ÿ™‚

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.