Archived topic
Inserting List of Pages Horizontal in the Footer
16 replies · Started by Sufia on October 4, 2020
Viewing posts 16–17 of 17
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?
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.
This archived topic is closed to new replies.