Re: Need to make my footer to a single line only in pc it shouldnt effect the mobile layout .

Solved

Need to make my footer to a single line only in pc it shouldnt effect the mobile layout .

Shahil1
Tourist
16 0 1

Need to make my footer to a single line only in pc it shouldnt effect the mobile layout in any way

footer.png

 

this is the current layout

Accepted Solution (1)

niraj_patel
Shopify Partner
2378 514 512

This is an accepted solution.

Hello @Shahil1 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
@media screen and (min-width: 990px) {
   .footer-block:only-child li {
       display: inline-flex !important;
    }
}
</style>

niraj_patel_0-1725075863393.png

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- [email protected]

View solution in original post

Replies 3 (3)

eComInsider
Shopify Partner
166 16 37

Hi @Shahil1

You can short the text or remove 1 of the page from footer menu. for example you can short: Terms of Service to Terms only. 

Thank you. 

➡️ Exclusive offer - Shopify Trial at $1/month


➡️ Shopify Blogs (Q&A)

➡️ Your;Coffee Tip: my code = a perfect blend!

niraj_patel
Shopify Partner
2378 514 512

This is an accepted solution.

Hello @Shahil1 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
@media screen and (min-width: 990px) {
   .footer-block:only-child li {
       display: inline-flex !important;
    }
}
</style>

niraj_patel_0-1725075863393.png

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- [email protected]

BSS-TekLabs
Shopify Partner
2350 702 827

- Here is the solution for you @Shahil1 
- Please follow these steps:

z5686811214059_e66de1953f1db631f9134af5cdb796ad.jpg

- Then find the theme.liquid file.
- Then add the following code at the before tag </head> and press 'Save' to save it.

<style>
@media screen and (min-width: 750px) {
    .footer-block__details-content {
        display: inline-flex !important;
    }
}
</style>

- Here is the result you will achieve:

BSSTekLabs_0-1725076067397.png

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now