Three-column footer needed please!
- The topic ‘Three-column footer needed please!’ is closed to new replies.
Need help? Check out our Support site, then
Hello,
I am using the Olsen theme and it comes with one footer. Can someone please advise how to get a three-column footer for the widgets I have? (My site is SoulOfASeeker.com)
Thank you very much!
L
The blog I need help with is: (visible only to logged in users)
NOTE: I may be using another theme at the time of posting this — While I would love to use the Olsen theme if I cannot get this aspect worked out, I may not switch yet. However, I am hoping the question and help can still be answered!
Hi there,
I am afraid only one column is supported. You can try this custom css
@media(min-width:767px) {
.widget-area-footer section {
max-width: 25%;
flex: 0 0 25%;
}
.widget-area-footer {
display: flex;
}
}
while having all your widgets in the same footer area.
Let me know if this worked for you.
Hi and thank you so very much for writing (and writing back so quickly)!
In a sense, it worked — It moved all ten of my footer widgets horizontally instead of vertically; however since I have ten, it makes them run on and off the page. I admit I am not knowledgeable on CSS, but is there a way to have it set to show a three-footer section and provide the max-width and such for each? Or are there plug-ins that could be used to achieve this? I wasn’t sure what my options were.
Hi there,
Can you add Olsen theme and ping me so I can provide some styling to fix this