Tagged: x
-
AuthorPosts
-
January 30, 2017 at 5:38 pm #1351484
TravelingIsAVerbParticipantHi
I know almost nothing about HTML and I am trying to indent the “In the middle of the journey of our life, I came to myself, in a dark wood, where the direct way was lost” in the following paragraph wothout having the editor add a line after “Comedy” and a line after “was lost”. If I use the indent button in the visual editor it indents the whole paragraph.
In January of 2015, Linda and I both realized that we were stuck (collectively and individually). Not quite as dramatically stuck as Dante Alighieri in The Devine Comedy
In the middle of the journey of our life, I came to myself, in a dark wood, where the direct way was lost
or as surreal as Bob Dylan’s “Stuck Inside of Mobile with the Memphis Blues Again”Thanks for your help
NealJanuary 31, 2017 at 12:33 am #1351862
RupokMemberHi Neal,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
January 31, 2017 at 1:22 pm #1352648
TravelingIsAVerbParticipantThanks.
It is travelingisaverb.com.
you can get to the page using
http://www.travelingisaverb.com/our-story/January 31, 2017 at 11:43 pm #1353235
FriechModeratorHi Neal,
Thank you for the URL. I see that you did wrap that line with an
<i>tag, please add aclass="plm"on that tag so it would have a medium space from the left. If you need the space as large, replace theplmwithplle.g.
<i class="plm">In the middle of the journey of our life, I came to myself, in a dark wood, where the direct way was lost</i>In X|Theme those classes are called Spacing Helpers, see more on the bottom of this post.
https://community.theme.co/kb/css-class-index/
Hope it helps, Cheers!
February 8, 2017 at 10:00 pm #1363794
TravelingIsAVerbParticipantHi
I guess I wasn’t clear. That did indent the first line, but the second line was then back left. I would like the whole (italicized) quote indended, and the following plain text back to flush left.
Thanks
February 9, 2017 at 12:43 am #1363914
LelyModeratorHi There,
Try this:
<i class="plm indented">In the middle of the journey of our life, I came to myself, in a dark wood, where the direct way was lost</i>Then on Appearance > Customize > Custom > Edit Global CSS add the following too:
i.indented { display: block; }Hope this helps.
February 9, 2017 at 3:30 pm #1364828
TravelingIsAVerbParticipantThanks, that did work, but I’m not so sure I like the italics in the indent. Can I do the same thing with unitalicized text?
February 9, 2017 at 9:30 pm #1365350
FriechModeratorHi There,
Its the
<i>tag that is bringing the paragraph to be italic. If you don’t want it to be italic you can replace the<i>tag with<span>The same classes and styling given can be applied.
Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1351484 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
