DMMinis
November 27, 2024, 6:50am
1
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.
Hi @DMMinis
Pls follow below steps to achieve your needs
Open your theme editor
Select the homepage template
Select the feature product collection
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 -
Hi @DMMinis
To achieve your needs, pls follow below steps:
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
Copy the code to the title, here
Remove the code at the step 3
Copy the code and paste it at the end of the file
Hope this helps.
Worked perfectly. Thank you so much for your help!