Hello,
I need help with making all the text of the “Get Started” and “Care” menus in the footer section appear in the middle alignment instead of left.
Here is my website link https://wowberrybites.myshopify.com/
Thanks for your help in advance!
Hello,
I need help with making all the text of the “Get Started” and “Care” menus in the footer section appear in the middle alignment instead of left.
Here is my website link https://wowberrybites.myshopify.com/
Thanks for your help in advance!
add the following CSS code to your assets/theme.min.css bottom of the file.
@media only screen and (min-width: 46.85em){
.footer__content--one-third {
text-align: center;
}
}
Thanks!
@dmwwebartisan Thanks so much. It works.