-
AuthorPosts
-
May 1, 2014 at 3:43 pm #39480
For some reason the styling in X Theme shows every space in a sentence. So for instance, if you have a sentence, then a period, then two spaces before the next sentence – the spaces will show on the page. This causes problems because if the sentence ends at a line break on the screen the first word on the next line will be indented with the space.
HTML has been designed from the beginning to remove any extra spaces between words or code except for one space when displaying in browser. This allows code and text to work together on a page.
Regular people who have been reviewing my site with the X Theme have been pointing out these spacing issues.
Is there a way to turn this off in the stylesheets?
<h3>Here’s an example of text with various spaces between words and sentences. Adjust the window of the browser to show the spacing issues change. Look at the left margin.</h3>
Lorem ipsum dolor sit amet, eos ex esse percipit, habeo corpora at vim. Utroque placerat ne mel, melius propriae nam id. Pri te nominati imperdiet incorrupte, porro augue ne sed, ei has ignota minimum liberavisse. Per ut soleat deseruisse. An pro nobis nullam, rebum prompta probatus ea vel. Duo et inani vivendum repudiandae, mutat scaevola lucilius id duo.
Dicant platonem consequat sit ne, mea timeam gubergren ullamcorper cu, eu vis esse movet mucius. At his agam primis iriure. Latine electram est ut, in etiam electram pri. Pro no duis sententiae.
Te dico euripidis sed, latine alterum forensibus ei pri, nec iusto tollit inimicus ex. Ea sea amet verterem. Ius solum aperiri verterem ut, pro harum convenire ad. Modo porro ius ad, delicata definitionem signiferumque in mel, congue ignota copiosae an quo.
Justo etiam quaeque te sed, ad prima fabulas maluisset cum. Soleat liberavisse concludaturque ius in, ut harum dolores moderatius mel. Probo semper dissentias an eum. Ad sed omnesque lucilius patrioque. Te nec modus utamur labores, possim fuisset sit in, no qui sonet atomorum. Ea pri essent offendit.
May 1, 2014 at 3:45 pm #39481This reply has been marked as private.May 1, 2014 at 3:46 pm #39483This reply has been marked as private.May 1, 2014 at 11:39 pm #39659Hi there!
Thank you for using the theme!
I’m sorry but I’m not so sure if I understand you correctly. Checking the website I don’t see the left margin indent problem on the text available on the home page. If you can provide a screenshot and a link on where this is actually happening that would be great.
Cheers!
May 2, 2014 at 4:02 am #39715View this page:
http://gkadvisors.com/test-post-showing-extra-spaces/Screen shot:
May 2, 2014 at 3:48 pm #39895Hi John,
I checked your contents, and its not a theme issue. And can’t be fix via css.
Though it can be fix manually by removing
from your content. You already have space, but still added with another
which stand for space too. It is html entity, which copied from document or alike.Hope this helps.
-
AuthorPosts