Site logo

[Support request] Lite Social Media Icons Widget Centers on Mobile in Top Bar

Home Forums Support [Support request] Lite Social Media Icons Widget Centers on Mobile in Top Bar

Home Forums Support Lite Social Media Icons Widget Centers on Mobile in Top Bar

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

    Hi There –

    I am trying to force left align my lite social media icons in the top bar on mobile to make room for a search icon in the upper right-hand corner. But despite my best efforts, those little icons center align every stinking time. I can’t seem to figure out the CSS override to make it happen. Help? Site here.

    #2457844
    David
    Staff
    Customer Support

    Hi there,

    add you other widget for the search icon.
    Then add this CSS:

    
    @media (max-width: 768px) {
        .top-bar .inside-top-bar {
            justify-content: space-between;
        }
    }
    #2459775
    Morgan

    Perfect! Thank you! Worked like a charm.

    #2460114
    David
    Staff
    Customer Support

    Glad to hear that!

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