Added a new page template but having some issues with the formatting.
https://gemlette.com/pages/angel-number-poster
- The page is overlapping with the megamenu
- I want to add a product recommendation carousel at the bottom but there is no selection for that
1 Like
Hi @gemlette
Please follow the instructions below
!. From you Admin page, go to Online Store > Themes
2. Select the theme you want to edit, click the three dots to edit code
3. Under the Asset folder, open the base.css
4. Then place the code below at the very bottom of the file and SAVE
#MainContent .poster-creator-wrapper {
z-index: 1;
}
Result:
I am using the craft theme
Thanks! it work for Point 1
Do you have a suggestion for Point 2
- I want to add a product recommendation carousel at the bottom but there is no selection for that
Hi @gemlette
You can use featured collection section. If you really want the product recommendation to have dynamic products, it will need custom code
See the screenshot. I am unable to add the featured collection section for some reason