Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Re: Footer contents align,

Solved

Footer contents align,

Sohan2198
Pathfinder
124 9 18

Hello, 
How can I fix the footer menu content by spacing , 
I want like this,

Sohan2198_1-1725376227296.png

 

I have right now

Sohan2198_0-1725376190254.png


Url:https://www.zisthi.com/
pass:Zisthi0206

Shopify_
Accepted Solutions (5)

BSSCommerce-HDL
Shopify Partner
2305 834 908

This is an accepted solution.

Hi @Sohan2198

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

<style>
.footer-block__details-content.rte {
    padding-right: 49px !important;
}
</style>

 Here is result: 

BSSCommerceHDL_0-1725376682554.png

Hope this can help you,

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

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

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

View solution in original post

BSSCommerce-B2B
Shopify Partner
1969 564 566

This is an accepted solution.

@Sohan2198 ,

Step 1. Go to Admin -> Online store -> Theme > Edit code

Step 2. Find the file theme.liquid.

Step 3. Add this code above </body>

 

 

<style>
.footer-block.grid__item.scroll-trigger.animate--slide-in * {
    text-align: center;
    padding: 0;
    margin-right: 0;
    margin-left: 0;
    display: block;
    width: 100%;
}
  div#shopify-section-sections--15703122346071__footer .list-menu__item--link{
    font-size: 1.5rem;
    letter-spacing: 0.06rem;
    line-height: calc(1 + 0.8 / var(--font-body-scale));
    font-family: var(--font-body-family);
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight);
  }
</style>

 

Result:

Desktop

BSSCommerceB2B_0-1725376902433.png

Mobile

BSSCommerceB2B_0-1725377572309.png

 

 

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


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

View solution in original post

Sohan2198
Pathfinder
124 9 18

This is an accepted solution.

@BSSCommerce-HDL 
In mobile view the contents is overlap

Sohan2198_0-1725377095752.png

 

Shopify_

View solution in original post

BSSCommerce-HDL
Shopify Partner
2305 834 908

This is an accepted solution.

Hi @Sohan2198

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

<style>
@media only screen and (max-width: 749px) {
a.link.link--text.list-menu__item.list-menu__item--link {
    font-size: 15px !important;
    margin-bottom: 15px !important;
}
}
</style>

 Here is result :

BSSCommerceHDL_0-1725377410655.png

Hope this can help you,

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

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

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

View solution in original post

Made4uo-Ribe
Shopify Partner
9035 2160 2664

This is an accepted solution.

Hi @Sohan2198 

Check this one. 

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

 

@media only screen and (min-width: 989px){
.footer-block.grid__item.footer-block--menu {
    width: min-content;
}
.footer-block.grid__item:not(.footer-block.grid__item.footer-block--menu) {
    width: 15%;
    margin-right: 40px;
}
}

 

And Save. 

result:

Made4uoRibe_0-1725377670923.png

 

 

 

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

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

View solution in original post

Replies 5 (5)

BSSCommerce-HDL
Shopify Partner
2305 834 908

This is an accepted solution.

Hi @Sohan2198

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

<style>
.footer-block__details-content.rte {
    padding-right: 49px !important;
}
</style>

 Here is result: 

BSSCommerceHDL_0-1725376682554.png

Hope this can help you,

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

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

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

Sohan2198
Pathfinder
124 9 18

This is an accepted solution.

@BSSCommerce-HDL 
In mobile view the contents is overlap

Sohan2198_0-1725377095752.png

 

Shopify_
BSSCommerce-HDL
Shopify Partner
2305 834 908

This is an accepted solution.

Hi @Sohan2198

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

<style>
@media only screen and (max-width: 749px) {
a.link.link--text.list-menu__item.list-menu__item--link {
    font-size: 15px !important;
    margin-bottom: 15px !important;
}
}
</style>

 Here is result :

BSSCommerceHDL_0-1725377410655.png

Hope this can help you,

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

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

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

BSSCommerce-B2B
Shopify Partner
1969 564 566

This is an accepted solution.

@Sohan2198 ,

Step 1. Go to Admin -> Online store -> Theme > Edit code

Step 2. Find the file theme.liquid.

Step 3. Add this code above </body>

 

 

<style>
.footer-block.grid__item.scroll-trigger.animate--slide-in * {
    text-align: center;
    padding: 0;
    margin-right: 0;
    margin-left: 0;
    display: block;
    width: 100%;
}
  div#shopify-section-sections--15703122346071__footer .list-menu__item--link{
    font-size: 1.5rem;
    letter-spacing: 0.06rem;
    line-height: calc(1 + 0.8 / var(--font-body-scale));
    font-family: var(--font-body-family);
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight);
  }
</style>

 

Result:

Desktop

BSSCommerceB2B_0-1725376902433.png

Mobile

BSSCommerceB2B_0-1725377572309.png

 

 

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


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

Made4uo-Ribe
Shopify Partner
9035 2160 2664

This is an accepted solution.

Hi @Sohan2198 

Check this one. 

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

 

@media only screen and (min-width: 989px){
.footer-block.grid__item.footer-block--menu {
    width: min-content;
}
.footer-block.grid__item:not(.footer-block.grid__item.footer-block--menu) {
    width: 15%;
    margin-right: 40px;
}
}

 

And Save. 

result:

Made4uoRibe_0-1725377670923.png

 

 

 

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

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.