First, what I need to do is connect the images at the top of the page to types of products instead of collections. However, I cannot seem to figure out how to make this work.
Second, I need to fix the footer so that the newsletter sign-up and payment options are aligned to the text above on the left and the rest of the footer information left aligned to the right section (again, see above).
As for your image issue, I’m unsure what you are asking? Collections can be used to separate products into different types, so linking to the collection would be correct.
Thanks for the quick reply. So here is the issue. We have a lot of vendors and each vendor is set up with their own collection. There are, however, crossovers in Type, so for example, I have 5 different collections that have home decor along with other items. I want to pull just the items that have the type set to Home Decor, regardless of what collection they are in, to display in the images at the top of the page I shared. I don’t know if this is possible, but seems to me that since it is a field that is offered in the “adding a product” page, that there should be a way to pull from that field to populate. I hope I’m making sense. As for the footer, I need to break the footer into 3 columns, 1 aligned to the left side of the left column above and 2 aligned to the left side of the right column. Setting margins is easy, what I’m struggling with is how to break up the columns in the existing footer code. I’ve attached the footer code here, if that helps.
Hmm, I see your issue, I haven’t seen that be done but it could probably be custom coded by a theme developer, but that would be slightly out of my scope.
As for your footer, I’m struggling to understand what exactly you’re after. It’s already split into 3 columns, you would just need to move the content from the middle column into the right column if you want 1 left 2 right 0 middle. This should be doable in the ‘Customise’ editor.
Again, thanks. We don’t have the funds to hire a theme developer, right now, so I’m trying to come up with a solution myself. No worries.
As for the footer, think 4 column grid where column 1 and 2 are used for the newsletter sign-up and 3 is for the 2nd column and 4 is for the 3rd column. Theoretically, I know how to do this, but the code I have is confusing and I’m not sure how to edit it to get what I need.
And I can’t create another collection as all of the items are already in collections and my understanding is that an item cannot be in more than one collection. If this is erroneous, please advise, as that would be the simplest solution.
Remove the max-width line and it will mirror the image I sent above. You can then search the same file for the following code to edit the padding to give a more desirable look:
@media only screen and (min-width: 750px)
.site-footer__item {
padding: 0 15px;
margin-bottom: 45px;
}
For your images, yes products can be in more than one collection at a time as shown by my clients store below:
There are a number of ways you could customize your debut theme, by using sections to achieve what you’re looking to achieve. Here is a video where I am adding sections to my store, and here are the different theme sections available to you.
This is what a featured collection looks like on the Dawn theme for example:
As to your footer question, I’m not sure I’ve fully understood although it looks like others in the thread have offered viable solutions for you! I’d like to help too if I can, so could you please provide me with screenshots to better understand what you’re looking to achieve?