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
In my site I have a footer with the usual section class="page__footer-follow, ul class="social-icons" and div class="page__footer-copyright sections found under _includes/footer.html. On the right side of the footer you can see my custom html in _includes/footer/custom.html:
<div class="page__footer-container">
<h4>Funding</h4>
<p class="copyright-creator">NordIQuEst is a project of the
<a href="https://neic.no" target="_blank">Nordic e-Infrastructure Collaboration (NeIC).</a>
NeIC is an organisational unit under <a href="https://www.nordforsk.org/" target="_blank">NordForsk.</a>
</p>
</div>
For this I created a new entry in _sass/minimal-mistakes/_footer.scss:
This is fine but something I haven't yet figured out is how can I make this container in the bottom right behave like the rest of the footer when the page is resized?
My thinking is I would need to extend the total width of the footer box. This can be seen through Inspecting the html code
The margins in the ``_footer.scss` should be correct yet they display only across half of the footer.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In my site I have a footer with the usual
section class="page__footer-follow
,ul class="social-icons"
anddiv class="page__footer-copyright
sections found under_includes/footer.html
. On the right side of the footer you can see my custom html in_includes/footer/custom.html
:For this I created a new entry in
_sass/minimal-mistakes/_footer.scss
:This is fine but something I haven't yet figured out is how can I make this container in the bottom right behave like the rest of the footer when the page is resized?
My thinking is I would need to extend the total width of the footer box. This can be seen through Inspecting the html code
The margins in the ``_footer.scss` should be correct yet they display only across half of the footer.
Any help on this would be appreciated!
Previous related discussion is outdated: #2449
I cannot find variables in the SCSS files to change this aspect of my site!
Also thanks for the theme!
Beta Was this translation helpful? Give feedback.
All reactions