{{ 'component-image-with-text.css' | asset_url | stylesheet_tag }} {%- style -%} .section-{{ section.id }}-padding { padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px; padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px; } @media screen and (min-width: 750px) { .section-{{ section.id }}-padding { padding-top: {{ section.settings.padding_top }}px; padding-bottom: {{ section.settings.padding_bottom }}px; } } {%- endstyle -%} {%- liquid if section.settings.image_layout contains 'right' assign odd_class = ' image-with-text__grid--reverse' else assign even_class = ' image-with-text__grid--reverse' endif if section.settings.row_color_scheme == section.settings.section_color_scheme assign no_content_background = true endif if settings.text_boxes_shadow_opacity == 0 and settings.text_boxes_border_thickness == 0 or settings.text_boxes_border_opacity == 0 assign no_content_styles = true endif if settings.text_boxes_border_thickness > 0 and settings.text_boxes_border_opacity > 0 and settings.media_border_thickness > 0 and settings.media_border_opacity > 0 assign borders_class = ' collapse-borders' endif if no_content_background and no_content_styles assign padding_class = ' collapse-padding' endif unless no_content_background and no_content_styles assign corners_class = ' collapse-corners' endunless -%}
Pair text with an image to focus on your chosen product, collection, or blog post. Add details on availability, style, or even provide a review.
", "label": "t:sections.multirow.blocks.row.settings.text.label" }, { "type": "text", "id": "button_label", "default": "Button label", "label": "t:sections.multirow.blocks.row.settings.button_label.label" }, { "type": "url", "id": "button_link", "label": "t:sections.multirow.blocks.row.settings.button_link.label" } ] } ], "presets": [ { "name": "t:sections.multirow.presets.name", "blocks": [ { "type": "row" }, { "type": "row" }, { "type": "row" } ] } ] } {% endschema %}