How to keep footer menu on left instead of centre?

Solved

How to keep footer menu on left instead of centre?

SinghSells
Excursionist
13 0 5

Hi Experts, 

can someone please tell me how to keep footer menu on left side on mobile website (store url www.supersell.co.nz)

there is a white space gap I want to remove that and keep the footer menu all the way left side.

 

thanks.

Accepted Solution (1)

BSSCommerce-HDL
Shopify Partner
2296 846 1061

This is an accepted solution.

Hi @SinghSells

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: 767px) {
.footer__content-top {
    padding: 0 10px !important;
}
}
</style>

 

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

Replies 4 (4)
SinghSells
Excursionist
13 0 5

Thanks bro. 

BSSCommerce-HDL
Shopify Partner
2296 846 1061

This is an accepted solution.

Hi @SinghSells

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: 767px) {
.footer__content-top {
    padding: 0 10px !important;
}
}
</style>

 

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

SinghSells
Excursionist
13 0 5

You are a legend, Thanks that was nice and easy.

BSSCommerce-HDL
Shopify Partner
2296 846 1061

@SinghSells, No problem. Glad to help 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