Tagged: x
-
AuthorPosts
-
May 9, 2016 at 2:16 pm #982847
xsimon59ParticipantHi-
Can you tell me how to right justify after a line break?
See: http://bostonhypnosis.com/wordpress/issues/
Second section on the lines where I’m attributing quotes, I’d like them to be right justified without a blank line above.I tried cut/pasting from another page where I did it and it worked (slides at the top of the page – http://bostonhypnosis.com/wordpress/index/phobias/) and some other ways. Can’t figure it out. Any help you can offer much appreciated. Thanks.
-Brian
May 9, 2016 at 3:43 pm #982964
JoaoModeratorHi Brian,
First link is not working,
Can you please check if the link is correct?
Thanks,
Joao
May 10, 2016 at 10:50 am #984307
xsimon59ParticipantYes, it was correct, but I must not have saved when I published the page. You should be able to access it now. Thanks.
-Brian
May 10, 2016 at 2:07 pm #984615
JoaoModeratorHi There,
You can type of your Text Element Style Box the following code:
text-align: justify; float: right;You also can try
text-align: justify; direction: rtl;To locate the style box please scroll down to the bottom of your text element – See img attached.
Let us know how it goes.
Joao
May 11, 2016 at 12:38 pm #986216
xsimon59ParticipantSorry, neither one of those worked. The first had no effect, the second jumbled the text and didn’t to what it was supposed to. Is there anything else I can do?
May 11, 2016 at 12:40 pm #986220
xsimon59ParticipantThis reply has been marked as private.May 11, 2016 at 1:45 pm #986328
JoaoModeratorHi There,
It didn´t work because you have the styling inline in your texts and that will have the CSS priority.
To fix this please follow this:
Please change this
<p style="text-align: left;">"I would, and have, without reservation recommend the treatment to anyone who has been limited by a phobia." <em>- Karl Orrette, Weymouth </em><a class="popmake-1521" href="#">[icon type="question-circle"]</a></p>for this
<p style="text-align: justify; direction: rtl;">"I would, and have, without reservation recommend the treatment to anyone who has been limited by a phobia." <em>- Karl Orrette, Weymouth </em><a class="popmake-1521" href="#">[icon type="question-circle"]</a></p>And follow the same example on the other texts
Changing the tag in front of the texts from
<p style="text-align: left;">to this
<p style="text-align: justify; direction: rtl;">`Hope that helps,
Let us know if you need further help,
Joao
May 14, 2016 at 1:40 pm #991484
xsimon59ParticipantSorry, maybe I’m not being clear. I just want the last line ( Karl Orrette, Weymouth in the example we’re working on) to align to the right side of the column. I pasted in the code you gave me and it’s not doing that. Can you help me further?
May 14, 2016 at 10:24 pm #991809
RadModeratorHi there,
From the changes provided above, please remove this
direction: rtl;Eg.
<p style="text-align: justify; ">"I would, and have, without reservation recommend the treatment to anyone who has been limited by a phobia." <em>- Karl Orrette, Weymouth </em><a class="popmake-1521" href="#">[icon type="question-circle"]</a></p>Then add this CSS to Admin > Appearance > Customizer > Custom > CSS
.page-id-2515 #x-section-2 .x-text em, .page-id-2515 #x-section-2 .x-text a { float: right; }Then on the first column, you should wrap
– Tanya Scanlan, Danverswith<em></em>just like the other.Hope this helps.
May 16, 2016 at 12:47 pm #994051
xsimon59ParticipantYes, it’s much closer, thank you. The question mark seems to have moved before the attribution, though. So it starts that line rather than ends it. Can you tell me how to fix that as well?
May 16, 2016 at 2:43 pm #994230
JadeModeratorHi there,
Please update the code to:
<p style="text-align: justify; "> "I would, and have, without reservation recommend the treatment to anyone who has been limited by a phobia.”<br> <span><em>– Karl Orrette, Weymouth </em><a class="popmake-1521 pum-trigger" href="#" style="cursor: pointer;"><i class="x-icon x-icon-question-circle" data-x-icon="" aria-hidden="true"></i></a></span> </p>Then remove this CSS:
.page-id-2515 #x-section-2 .x-text em, .page-id-2515 #x-section-2 .x-text a { float: right; }And add this CSS:
.page-id-2515 #x-section-2 .x-text span { display: block; width: 100%; height: 35px; text-align: right; }Hope this helps.
May 17, 2016 at 10:05 am #995557
xsimon59ParticipantHi-
Thanks. I pasted followed those instructions, but it’s still flipping the question mark to the beginning of the line instead of the end where it belongs. Can you help?
May 17, 2016 at 11:12 am #995728
JoaoModeratorHi Simon,
Can you provide a screenshot of what you mean?
By checking your page:
http://bostonhypnosis.com/wordpress/issues/
I Can see the question mark appearing on the right, just after Karl Orrette, Weymouth just like it seems it suppose to be…
Where exactly you would like to have your question mark?
Thanks,
Joao
May 17, 2016 at 2:27 pm #996033
xsimon59ParticipantSorry about that! I’m not sure what I was looking at, but yes, it’s exactly where it’s supposed to be. I’d swear…
Thanks for your patience!
-Brian
May 17, 2016 at 3:30 pm #996093
JoaoModeratorHi Brian,
You are welcome,
Let us know if you need help with anything else.
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-982847 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
