Hi there, I am trying to add a new class with a select option on the slick slider (banner-slide.liquid), but when I add the bock setting it completely throws off the rest of the slide/blocks css. Would someone mind taking a look at where my code is having an issue?
class:
image-mobile–{{ block.settings.image_alignment_mobile }}
Block setting:
{
“type”: “select”,
“id”: “image_alignment_mobile”,
“options”: [
{
“value”: “left”,
“label”: “t:sections.slideshow.blocks.slide.settings.image_alignment_mobile.option_1.label”
}, {
“value”: “center”,
“label”: “t:sections.slideshow.blocks.slide.settings.image_alignment_mobile.option_2.label”
}, {
“value”: “right”,
“label”: “t:sections.slideshow.blocks.slide.settings.image_alignment_mobile.option_3.label”
}
],
“default”: “center”,
“label”: “t:sections.slideshow.settings.image_alignment_mobile.label”
}