Re: Turn quick links columns in rows

Solved

How can I change quick links from columns to rows in the Dawn theme?

g4bo_fu
Tourist
13 0 6

i have something like this

 

footer.PNG

 

And i want to turn the quick links in something like this:

 

footerref.PNG

 

Im using the dawn theme, the sites URL is geeks-club.com and the pass is nicold.

Accepted Solution (1)

Hey_Jak
Shopify Partner
131 9 25

This is an accepted solution.

Use below code on you custom css section

ul.footer-block__details-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

Get help from here in needed: 

❤️ Buy me a coffee
- Check my youtube: Hey Jak
Was your question answered? Mark it as an Accepted Solution.

View solution in original post

Reply 1 (1)

Hey_Jak
Shopify Partner
131 9 25

This is an accepted solution.

Use below code on you custom css section

ul.footer-block__details-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

Get help from here in needed: 

❤️ Buy me a coffee
- Check my youtube: Hey Jak
Was your question answered? Mark it as an Accepted Solution.