-
heading tag rtl- circle shows on left side of the text and not tight to itViewing 7 posts - 1 through 7 (of 7 total)
-
September 17, 2014 at 4:09 pm #2125
Hi!
I an using the rtl version of the circle flip theme.
when adding a “Heading” item at the page builder the litlle round icon appears left to the text (@text) as in ltr mode and not right to it (text@) as it should in rtl modei saw the demo rtl mode and it works fine.
what can be the problem that couses it.Any help would be great.
tnxSeptember 18, 2014 at 12:33 pm #2132Hello Yehonatan,
Can you please point us to the URL of your page?
Regards.
September 18, 2014 at 1:12 pm #2137Hey,
Thanks for your response.
I am working an localhost, can i send you a picture or the div code?September 18, 2014 at 3:00 pm #2138Hello Yehonatan,
Yes please send me a screen shot of how it looks on the front end, and the div code as well.
Regards.
September 18, 2014 at 4:06 pm #2143Do you have an Email address i can send to?
this is the contaning div code
<div id=”aq-block-31″ class=”aq-block aq-block-cr_heading_block span4 aq-first cf” data-width=”4″> <div class=”cr_fade animate_CF”></div>
<h3 class=”right normal ” style=”margin-bottom:26px;color:#2a2a2a”>What they Say<div class=”headerDot”><span class=”icon-right-open-mini”></span></div>
</h3>
</div>September 21, 2014 at 10:10 am #2155Hello Yehonatan,
Thanks for posting the div. I see that your block is rendered right when it should be left the <span> for the circle should be having class “icon-left-open-mini”
I will need to check it out to be able to fix it, but for now until you go live, you can use this custom CSS code to view properly until I am able to investigate why it is happening on your installation.
Please add the following to your Custom CSS code panel found at Theme Options >> General Settings >> Advanced >> Custom CSS
.icon-left-open-mini:before {
content: ‘e878’ ! important;
}.headerDot{
margin-left: 15px ! important;
margin-right: 0px ! important;
float: right ! important;
}Please let me know if it works.
Regards.September 22, 2014 at 7:53 am #2166Great!
works!
thank you for your quick responseYehonatan
-
The topic ‘heading tag rtl- circle shows on left side of the text and not tight to it’ is closed to new replies.