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
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
To make text block section go to bottom follow this steps :
.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!