Hi, I’m using modular theme for my shopify website. I have an image with text section on my product page where i’m trying to add some information about the product’s ingredients. However, there seems to be some sort of character limitation, as some text gets hidden and it gives me “…” at the end. How can I bypass or increase the character length for this section? I tried finding the code for it but couldn’t find anything after inspecting the container.
Hi,
If you are familiar with the code then edit image-with-text.liquid file under section.
where you need to find “gallery-content-inner”, check the limit and remove the code.
Let me know if you have any question.
Thanks
I already looked into gallery-content-inner, there is no limit set in the code that i’m aware of, I’m pasting the code in my answer if you can help me with it, maybe i’m missing something.
{%- if title != blank or subheading != blank or text != blank or button_text != blank -%}
{%- if title != blank -%}
<h1{% if transition_text %} data-aos=“fade-up” data-aos-delay=“{{ animation_delay }}” data-aos-anchor=“{{ animation_anchor }}”{% endif %}>
{{- title -}}
{%- if text != blank -%}
{%- if button_text != blank -%}
{%- endif -%}Hi,
Search " | truncatewords " in section-image-with-text.liquid file and removed the code.
Thanks
Hit Like and Accept as Solution.
This works perfectly, thanks for the assist. Kudos to you ![]()
Glad to here that it works for you.
