Hello, I am looking for something I thought would be simple but after trying for 2 hours in the CSS file and elsewhere I am at my wit’s end.
I want to simply make the text under “Applications of high resolution mapping” wider and justified. I would also like to justify the text in the section above, under the “What is an Orthomosaic?” section. Ideally the text of the lower section would justify to the same point as the above section. I have included a screenshot to illustrate this.
I’ve tried adding snippets of code to the rich-text.liquid, and the base.css but NOTHING has worked (yes I removed everything that didn’t work after). Please help!
Hi Moeed, thanks for the swift response. So I added that section of code to the bottom of my theme.liquid, as seen in my screenshot, and removed one of the from the theme. Removing the break made the text go to the edge of the box, but didn’t effect the box width. Also, for some reason the text “.rich-text__blocks.left { max-width: 100% !important; }” appeared in the bottom corner of the page now… Not sure what I am doing wrong, clearly you did it on your end but I don’t see what there is to mess up here.
Any idea how to justify the text in the above paragraph? I put “text-align: justify;” in the section we just made the width larger, and it worked, but I can’t figure out how to justify the paragraph above about orthomosaics…