Shopify themes, liquid, logos, and UX
Hi, I'm using Prestige theme v. 10.4, and I want to update my footer so that :
1) The footer menu is horizontal (on computer screen)
2) the newsletter subscribe button is beside the email box instead of under it
3) the newsletter section is right justified (as it already is), but vertically aligned with the social links and copyright.
Any suggestions?
Many thanks!
PS -- I tried uploading a screenshot, but it didn't let me add a .jpg. I’ll try again in a reply.
Solved! Go to the solution
This is an accepted solution.
HI @PKL
@media screen and (min-width: 768px){
.footer__block.footer__block--links ul.v-stack.unstyled-list {
display: flex !important;
column-gap: 20px !important;
}
.footer__block.footer__block--links {
max-width: unset !important;
}
.footer__block-list {
display: grid !important;
grid-template-columns: 2fr 1fr;
}
}
.footer__block.footer__block--newsletter form.form {
display: flex !important;
gap: 5px;
}
here's a photo showing what I have and what I want:
Hi @PKL
Please share your store URl and password
Best,
Daisy
This is an accepted solution.
HI @PKL
@media screen and (min-width: 768px){
.footer__block.footer__block--links ul.v-stack.unstyled-list {
display: flex !important;
column-gap: 20px !important;
}
.footer__block.footer__block--links {
max-width: unset !important;
}
.footer__block-list {
display: grid !important;
grid-template-columns: 2fr 1fr;
}
}
.footer__block.footer__block--newsletter form.form {
display: flex !important;
gap: 5px;
}
Thank you, that code worked great. Is this what you need for the second part?
Hi @PKL
Please add this code more into the same place above
@media screen and (min-width: 1024px){
.footer__block-list {
position: relative;
}
.footer__block.footer__block--newsletter {
position: absolute;
right: 0;
top: 100%;
}
}
Here is the result: https://prnt.sc/H7x8X6utCxSg
I hope this helps
Best,
Daisy
Hello @PKL
Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file and save.
.v-stack {
grid-template-columns: minmax(0, 1fr);
align-content: start;
display: flex !important;
}
.footer__block--links, .footer__block--image {
flex-grow: 0;
max-width: 30rem !important;
}
Thanks
Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024