How can I code a text block to the bottom using Empire theme?

Hi,

Can anyone help me make this text block go on the bottom?

it’s not on the theme settings so it probably needs to be coded.

Our site is https://fleurette-aromas.myshopify.com/
PW: eatwia

We’re using empire theme

@mommylau

To make text block section go to bottom follow this steps :

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > theme.css and paste this at the bottom of the file:
.column-count-5 .site-footer-block-item:last-child
{
  width: 100%; 
}
.site-footer-blocks 
{
  flex-wrap: wrap;
}

Hope this works well.

This worked! Thank you so much!