How can I align text in images with text overlay section?

AntonC
Excursionist
58 1 1

Hi All

Would anyone know if this could be made to work for text alignment in the images-with-text-overlay section?

  {
    "type": "textarea",    
    "id": "text",
    "label": "Text",
    "default": "Use overlay text to give your customers insight into your brand. Select imagery and text that relates to your style and story."
    },
    {
    "type": "select",
    "id": "align_text",
    "label": "Text alignment",
    "default": "left",
    "options": [
    {
    "value": "left",
    "label": "Left"
    },
    {
    "value": "center",
    "label": "Centered"
    },
    {
    "value": "right",
    "label": "Right"
    }
    ]
    },
I know it will also need <div class="align-the-text_{{ section.settings.align_text }}">
 
tnx all
Replies 2 (2)

AntonC
Excursionist
58 1 1

https://mentmore-power-services.myshopify.com/
vickit

screenshot.png

 

this is the 'image-with-text-overlay' section

{% schema %}
{
"name": "Image with text overlay",
"class": "section section_homepage section_image-with-text-overlay",
"settings": [
{

Hardik29418
Shopify Partner
2913 419 1084

Please place this code at the end of theme.scss

#shopify-section-161115940755f5cee8 .section_wrap flexible_block__small  .container .row {
margin: 0px;
}

#shopify-section-161115940755f5cee8 .section_wrap flexible_block__small  .container .row .col-md-6 {
width: 100%;
}
#shopify-section-161115940755f5cee8 .section_wrap flexible_block__small  .container .row .col-md-6 h1,
#shopify-section-161115940755f5cee8 .section_wrap flexible_block__small  .container .row .col-md-6 p {
text-align: center;
margin: 0px;
}

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email