[Resolved] Inserting List of Pages Horizontal in the Footer

Home Forums Support [Resolved] Inserting List of Pages Horizontal in the Footer

Home Forums Support Inserting List of Pages Horizontal in the Footer

Viewing 2 posts - 16 through 17 (of 17 total)
  • Author
    Posts
  • #1511901
    Sufia

    Ah got it. Thanks Elvin.

    I’m trying to add two social media buttons in the footer but it’s coming like this – https://prnt.sc/vakn20

    I’m want it to be horizontal. Two buttons side by side like this – https://prnt.sc/vakn1a

    Anyway I can achieve this?

    #1512164
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    .ss-follow-wrapper {
        display: flex;
        justify-content: center;
    }
    
    .ss-follow-wrapper .ss-follow-column {
        flex: 0 0 100px;
    }

    You can change the 100px to adjust the width of each button.

Viewing 2 posts - 16 through 17 (of 17 total)
  • You must be logged in to reply to this topic.