I am building a website for my wife that is using the Dawn 2.0 theme, and I am struggling with getting the footer menu formatting right.
The first picture shows how the footer menu appears on a desktop, and how it appears on Mobile when in landscape mode. The 2nd image is what the footer menu looks like from a mobile in Portrait mode. The formatting moves everything into a long jumbled, non-legible column that is just worthless.
The footer menu is actually made up of 5 blocks that I added, and then created a different menu for each block. This was recommended in a previous question where i was trying to make my menu look like it does on the desktop view below. I also added the following code to section-footer.css as recommended to change the width of the blocks.
Here is the sites info.
Testing1234
.footer-block.grid__item.footer-block--menu {
width: 50%;
float: left;
}
a.link.link--text.list-menu__item.list-menu__item--link {
padding: 2px;
}
What can I do to correct this formatting issue in mobile portrait? My wife wants the menu to behave like the example below. The 1st pic show the desktop footer menu, and the 2nd shows mobile view in portrait. How can I make our footer menu in mobile look similar to the 2nd pic below? Or is there a way to have a different menu open when using a mobile device?
Any help is greatly appreciated.











