Hi guys, is anyone else having this issue? In one of my image with text sections, no matter how many times I put a space between the colon and the next work my theme reverts to having no space. Does anyone have an answer? Using the out of the sand box turbo theme. https://abodehaven.com/pages/about-us Scroll to the bottom of the page where the community and curiosity core values are.
Regards,
James
Hello @jamesabodehaven
It’s GemPages support team and glad to support you today.
Please check out my suggestion below:
-
Go to Online Store → Theme → Edit code
-
Open file theme.liquid then add this code to above the tag
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team
Hi [email removed]Jamesabodehaven,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.liquid,
Step 3: Paste the code inside the tag like the screenshot (replace content_for_layout)-> Save
{% capture h_content%}
{{ content_for_layout }}
{% endcapture %}
{% if handle contains 'about-us ' %}
{{ h_content|replace:":"," : " }}
{% else %}
{{ h_content }}
{% endif %}
Hope my solution works perfectly for you!
Best regards,
Victor | PageFly
Hello @jamesabodehaven ,
Greetings from the Artzen Technologies! Happy to help you today.
-
Go to your HTML code
-
Give space between text and html tags.
-
And, save changes.
Let me know if need further assistance
Regards,
Artzen Technologies