Headline in my image banner on the homepage has an indent that I want to remove but none of the normal panel adjustments work. I may have adjusted this in the code previously to help with text wrapping, but now that I have changed the wording, I need to fix this indent and don’t remember how/where. It does not move at all with any of the changes in the adjustment panel, so I think it’s in the code. The text that reads “play a bold game” - I want to remove the indent. www.emyvalegolf.com
Topic summary
A user encountered an unwanted indent on their homepage image banner headline text (“play a bold game”) that couldn’t be fixed through standard panel adjustments.
Problem identified:
- The indent was likely added previously via custom code to help with text wrapping
- Normal theme panel settings had no effect on removing it
Resolution:
- User located an alignment setting in their theme.liquid file that was causing the left-aligned text indent
- Removing this alignment code restored the text to its normal appearance
The issue has been resolved through direct theme file editing.
Found the alignment setting in my theme.liquid file to have the text be left aligned. I removed that alignment setting, and now it’s back to normal.