Dawn theme - change size footer pods to fit 6 wide

Footer will show 4 pod wide - 1 image and 3 menu -but when I add a 4th menu, the 3rd pod drops to another row with the new 4th menu pod. There is too much right padding.

4 pods

adding 5th pod

ideally i would like to fit 6 across - but at least 5

Thanks!

plz share your store url

https://morningragecoffee.myshopify.com/

password: aultay

thanks!

Hi,

You can try this code

  1. Go to Online Store-> Theme->Edit code
  2. Asset-> base.css ->paste the below code at the bottom of the file.
footer .grid__item {
width: auto !important;
}