Archived topic
Third column on Footer Nav
5 replies · Started by Michelle on August 29, 2021
Hi there,
So we just noticed that the 3rd column of the footer nav doesn't line up with the sidebar column.
Anyway to get that in a future release?
We couldn't find any settings either.
Thanks
Michelle
Hi Michelle,
The third footer widget is not supposed to align with the sidebar by design so we won't be making this change to the theme.
It's not very common but we can try a custom solution with a bit of CSS if you'd like.
If you'd like to give it a shot, can you try switching the theme structure from Float to Flex under Customizer > General?
Let me know :)
Hi Leo,
So we changed the setting from float to flex, but Chris didn't notice any difference, so if you have the CSS code, that would be much appreciated.
Thanks
Michelle
Try this:
.site-content .content-area {
width: 66.66%;
}
.is-right-sidebar {
width: 33.33%;
}
Thanks Leo. We had to tweak it a bit, but all is good now.
Take care
Glad to hear.
You as well!