Hello
I’d like to add more space between these two sections, it happens with every collection that i have
Link https://mercadojardin.cl/collections/maquinas-de-jardin
Hello
I’d like to add more space between these two sections, it happens with every collection that i have
Link https://mercadojardin.cl/collections/maquinas-de-jardin
Hi @mercadojardin ,
You can add this section divider I made.
{% schema %}
{
"name": "Section divider",
"settings": [
{
"type": "range",
"id": "padding_top",
"min": 0,
"max": 100,
"step": 1,
"unit": "px",
"label": "Padding top",
"default": 36
},
{
"type": "range",
"id": "padding_bottom",
"min": 0,
"max": 100,
"step": 1,
"unit": "px",
"label": "Padding bottom",
"default": 36
},
{
"type": "range",
"id": "height",
"min": 0,
"max": 100,
"step": 1,
"unit": "px",
"label": "Height of the divider",
"default": 5
},
{
"type": "color",
"id": "color",
"default": "#000",
"label": "Divider color"
},
{
"type": "checkbox",
"id": "full_width",
"default": false,
"label": "Section full-width"
}
],
"presets": [
{
"name": "Section divider"
}
]
}
{% endschema %}
You can check this code in my website.
i created the new section and added the code and nothing changed
Hi @mercadojardin ,
You have to go to the theme editor and add the section to your theme
From your Admin Page, click Online Store > Themes > Customize
This will open the theme editor. Click the Add a section.
Find the Section divider
Click SAVE