Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
It looks like several individuals have been able to get this completed. I found a code that almost got me there, but when you resized the window it would ruin how it was aligned. Would appreciate some help.
URL is www.dmminisus.com
Thanks for any help.
Solved! Go to the solution
This is an accepted solution.
Hi @DMMinis
To achieve your needs, pls follow below steps:
1. Open your theme code editor
2.Find the file Featured-collection.liquid in the sections folder
3.Find the code that render the button View all. Here
4. Copy the code to the title, here
5. Remove the code at the step 3
6. Copy the code and paste it at the end of the file
<style>
.collection__title {
display: flex;
justify-content: space-between;
}
.collection__title h2 {
display: flex;
align-items: center;
margin-bottom: 0px !important;
}
</style>
Hope this helps.
Hi @DMMinis
Pls follow below steps to achieve your needs
1. Open your theme editor
2. Select the homepage template
3. Select the feature product collection
4. Paste the code to the right bottom of the custom css input box
.collection__view-all {
text-align: right;
padding-right: 10px;
}
Hope this helps.
It unfortunately did not work to realign the view all.
I'm looking for something like this -
This is an accepted solution.
Hi @DMMinis
To achieve your needs, pls follow below steps:
1. Open your theme code editor
2.Find the file Featured-collection.liquid in the sections folder
3.Find the code that render the button View all. Here
4. Copy the code to the title, here
5. Remove the code at the step 3
6. Copy the code and paste it at the end of the file
<style>
.collection__title {
display: flex;
justify-content: space-between;
}
.collection__title h2 {
display: flex;
align-items: center;
margin-bottom: 0px !important;
}
</style>
Hope this helps.
Worked perfectly. Thank you so much for your help!
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, 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, 2024