Footer Menu and Text Same Line - Refresh Them

Solved

Footer Menu and Text Same Line - Refresh Them

Venxxtools
Tourist
12 0 2

Hello,

 

I have my site https://venxxtools.com/ 

 

I have 3 menus or sections in my footer that I want on the same line.

I need them aligned and spaced equally

 

Website.png

 

 

Thanks

Accepted Solution (1)

ThePrimeWeb
Shopify Partner
2139 616 524

This is an accepted solution.

Hey @Venxxtools,

 

Follow these instructions 😊

 

Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.

<style>
#shopify-section-sections--14679304798290__footer div:first-child {
        width: fit-content !important;
}
</style>

 

Screenshot is for reference only, the correct code to paste is the one shown above.

ThePrimeWeb_0-1707254261974.jpeg

 

Was I helpful?

Buy me a coffee

🙂

Need help with your store? contact@theprimeweb.com or check out the website
Check out our interview with Shopify!

View solution in original post

Replies 2 (2)

ThePrimeWeb
Shopify Partner
2139 616 524

This is an accepted solution.

Hey @Venxxtools,

 

Follow these instructions 😊

 

Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.

<style>
#shopify-section-sections--14679304798290__footer div:first-child {
        width: fit-content !important;
}
</style>

 

Screenshot is for reference only, the correct code to paste is the one shown above.

ThePrimeWeb_0-1707254261974.jpeg

 

Was I helpful?

Buy me a coffee

🙂

Need help with your store? contact@theprimeweb.com or check out the website
Check out our interview with Shopify!
Venxxtools
Tourist
12 0 2

Your are the best!

 

It worked.

 

Thank you very much