How can I change navigation link in my footer to vertical?

The footer of my current web is horizontal, and I want to change it to vertical and smaller fonts.

@tw537 ,

Share the store URL Please!

1 Like

Hi.

You can easily change your navigation link to vertical. You just have to make changes on your menu. In menu section you can make changes easily as per your choice.

Thanks

1 Like

www.zenkgo.com

You mean in online store β†’ navigation β†’ menu? I can not find where I can make changes here.@Raeesa

@tw537 ,

Hi,

li.site-footer__linklist-item {
    display: block;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid

Hii, @tw537

Welcome to the Shopify community!
Thanks for your good question.

Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid

li.site-footer__linklist-item { display: block!important; }

It will make your footer vertical! As I have just applied in your website!

Kindly Like and Accept this as a solution if it’s helpful.

Thankyou

It works. Thank you!

1 Like

Hello

I apllied code but its not working..how can i change footer into vertical

Hi,

When i go into edit code and assets it doesnt have theme.scss.liquid

Please help, i dont know what to do lol

Thank you :slightly_smiling_face: