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
A user seeks help aligning their brand logo and information to the left side of the footer instead of center on their Shopify store (codexdeal.com).
Initial Solution:
Additional Requests:
Current Status:
The discussion involves iterative CSS customizations with code snippets and screenshots demonstrating the layout issues.
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
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.
Hi @Khalid10 ,
Please send the website link, I will check it for you
Hello
Its codexdeal.com
Hi @Khalid10 ,
I checked and can’t find the logo info in the footer, did you hide it?
Hello
apologies for my late Response
Yes it was Hidden , now it’s visible kindly check it
thank you
Here’s how to achieve that:
.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;
}
If done correctly, the result should be like this:
its worked
thank you much appreciated
can you tell me how to Turn the font in the header and footer in BOLD
thanks
worked fine for the header and chance to make it work for the footer ?
Much appreciated
when i try to add a social
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;
}
}
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
only the duplicated facebook icon gone