Footer menu title

Attaching a screenshot where either my footer menu title or it’s container won’t center in IMPULSE theme. Trying to get this resolved.

1 Like

Hey @everyknee could you please share your store URL in order to provide you provide code.

Yes, thank you. It’s 068d21-2.myshopify.com or everykneeclothingco.com

Hi @everyknee

TRy this one.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
@media only screen and (max-width: 749px){
footer.site-footer .collapsible-trigger-btn {
    padding: 15px 10px;
}
}

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!