Moving brand information to the Left with the Logo

Solved

Moving brand information to the Left with the Logo

Khalid10
Excursionist
12 0 3

Hello

i just want my brand information and logo to be moved to the Left side instead of the Middle in footer area 

thank you

2025-04-02_0-56-05.jpg

Accepted Solution (1)

CafeDelMar
Shopify Partner
163 36 45

This is an accepted solution.

Here's how to achieve that:

 

1. Navigate to Sales Channels → Online Store → "Customize" button → Theme settings (Gear icon on the left sidebar) → Custom CSS
2. Add the following code:

.footer-block:only-child:last-child {
	margin: unset !important;
}

.footer-block:only-child .footer-block__brand-info {
	text-align: left !important;
}

.footer-block:only-child>.footer-block__brand-info>.footer-block__image-wrapper {
	margin-left: unset !important;
	margin-right: unset !important;
}

3. Save (right top corner)
4. Hard refresh the storefront

 

If done correctly, the result should be like this:

Screenshot_3.png

➡➡   Easy Embed Code   ⬅⬅ add CSS/JS/Liquid codes to any page of your store



Speed Booster App - Improve your store speed in 3 clicks
- Was your question answered? Mark it as an Accepted Solution

View solution in original post

Replies 16 (16)

CafeDelMar
Shopify Partner
163 36 45

Hi @Khalid10.

 

Can you please share the website URL? If it's password-protected, a password would be needed, too. It would be much easier to debug. 

➡➡   Easy Embed Code   ⬅⬅ add CSS/JS/Liquid codes to any page of your store



Speed Booster App - Improve your store speed in 3 clicks
- Was your question answered? Mark it as an Accepted Solution

namphan
Shopify Partner
2576 335 381

Hi @Khalid10,

Please send the website link, I will check it for you

Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com
Khalid10
Excursionist
12 0 3
Hello
Its codexdeal.com
namphan
Shopify Partner
2576 335 381

Hi @Khalid10,

I checked and can't find the logo info in the footer, did you hide it?

Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com
Khalid10
Excursionist
12 0 3

Hello

apologies for my late Response 

Yes it was Hidden , now it's visible kindly check it 

thank you 

CafeDelMar
Shopify Partner
163 36 45

This is an accepted solution.

Here's how to achieve that:

 

1. Navigate to Sales Channels → Online Store → "Customize" button → Theme settings (Gear icon on the left sidebar) → Custom CSS
2. Add the following code:

.footer-block:only-child:last-child {
	margin: unset !important;
}

.footer-block:only-child .footer-block__brand-info {
	text-align: left !important;
}

.footer-block:only-child>.footer-block__brand-info>.footer-block__image-wrapper {
	margin-left: unset !important;
	margin-right: unset !important;
}

3. Save (right top corner)
4. Hard refresh the storefront

 

If done correctly, the result should be like this:

Screenshot_3.png

➡➡   Easy Embed Code   ⬅⬅ add CSS/JS/Liquid codes to any page of your store



Speed Booster App - Improve your store speed in 3 clicks
- Was your question answered? Mark it as an Accepted Solution
Khalid10
Excursionist
12 0 3

its worked 

thank you much appreciated 

Khalid10
Excursionist
12 0 3

can you tell me how to Turn the font in the header and footer in BOLD 

thanks 

namphan
Shopify Partner
2576 335 381

Hi @Khalid10,

Please add code CSS:

.list-menu__item {
    font-weight: 600;
}
Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com
Khalid10
Excursionist
12 0 3

worked fine for the header and chance to make it work for the footer ?

Much appreciated 

namphan
Shopify Partner
2576 335 381

Hi @Khalid10,

Please add code:

.policies.list-unstyled {
    font-weight: 600;
}
Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com
Khalid10
Excursionist
12 0 3

when i try to add a socialnnnnnnnnn.jpg media profile i see its been duplicated and the newsletter subscription bar is displaced from the middle 

Khalid10
Excursionist
12 0 3

Thats who it looks in mobile view 

Screenshot_2025-04-04-10-16-33-602_com.android.chrome.jpg

namphan
Shopify Partner
2576 335 381

Hi @Khalid10,

Please add code:

.footer-block__brand-info .footer__list-social.list-social {
    display: none;
}
@media screen and (min-width: 750px) {
.footer-block--newsletter {
    flex-direction: column-reverse;
    width: 100%;
}
.footer-block__newsletter {
    text-align: center;
    width: 100%;
}
.footer-block__newsletter .footer__newsletter {
    justify-content: center;
    align-items: center;
    margin: auto;
}
.footer-block__newsletter+.footer__list-social {
    width: 100%;
    justify-content: center;
}
}
Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com
Khalid10
Excursionist
12 0 3

should i add the code after the previous codes ?

.footer-block:only-child:last-child {
  margin: unset !important;
}
.footer-block:only-child .footer-block__brand-info {
  text-align: left !important;
}
.footer-block:only-child
  > .footer-block__brand-info
  > .footer-block__image-wrapper {
  margin-left: unset !important;
  margin-right: unset !important;
}
.list-menu__item {
  font-weight: 600;
}
.policies.list-unstyled {
  font-weight: 600;
}

 

i tried to add the new code after the previous code but still the same  

Khalid10
Excursionist
12 0 3

only the duplicated facebook icon gone