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
The footer is expected to have two logos with corresponding text.
Problem 1: Currently when we change the window size they icons stay too large and the layout is distorted.
First solution will be to add relevant text to the logos and save it as images that will be used instead (Joanna will create the images).
Problem 2: the images in footer feed from the code (_includes/default/footer.liquid) that includes the path site.footer_text. That means that the path changes for every subpage.
Current solution was to create the folder with a copy of logotypes for every subpage (e.g. contact/assets/img), but it should feed from one source i.e. assets/img folder for all of the subpages.
The footer is expected to have two logos with corresponding text.
Problem 1: Currently when we change the window size they icons stay too large and the layout is distorted.
First solution will be to add relevant text to the logos and save it as images that will be used instead (Joanna will create the images).
Problem 2: the images in footer feed from the code (_includes/default/footer.liquid) that includes the path site.footer_text. That means that the path changes for every subpage.
Current solution was to create the folder with a copy of logotypes for every subpage (e.g. contact/assets/img), but it should feed from one source i.e. assets/img folder for all of the subpages.
Settings:
_config.yml
index.html
_includes/default/footer.liquid
_sass/includes/_footer.scss
The text was updated successfully, but these errors were encountered: