You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.
The alignment of the footer's legal menu and the social icons is completely of. Additionally, the top border of the footer menu is not properly aligned with the content (the last child is missing the rest of the right margin):
This seems to be caused by calling@include flexy-column(10) on the page-footerBottomHalf elements.
This is especially troublesome because it cannot be easily overwritten in a child theme.
To Reproduce
Steps to reproduce the behaviour:
Add a menu to the Footer Legal location.
Add some social links in the Customizer.
Scroll to the site's footer.
Expected behaviour
The legal menu and the social' icons should be placed on the same hight, i.e. by simply using justify-content: space-between. The border of the footer menu should be properly aligned with the content.
Platform (please complete the following information):
OS: macOS
Browser: Safari
Version: 12.1.1
The text was updated successfully, but these errors were encountered:
Describe the bug
The alignment of the footer's legal menu and the social icons is completely of. Additionally, the top border of the footer menu is not properly aligned with the content (the last child is missing the rest of the right margin):
This seems to be caused by calling
@include flexy-column(10)
on thepage-footerBottomHalf
elements.This is especially troublesome because it cannot be easily overwritten in a child theme.
To Reproduce
Steps to reproduce the behaviour:
Footer Legal
location.Expected behaviour
The legal menu and the social' icons should be placed on the same hight, i.e. by simply using
justify-content: space-between
. The border of the footer menu should be properly aligned with the content.Platform (please complete the following information):
The text was updated successfully, but these errors were encountered: