Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

CSS in the component for RTL arabic website
(1 viewing) (1) Guest
component
Go to bottomPage: 12345678
TOPIC: CSS in the component for RTL arabic website
#8039
Re:CSS in the component for RTL arabic website 13 Years, 6 Months ago Karma: 0
Thanks for your support

but i am sorry it did not help,
i removed the first 7 lines in default.css
but it did not work out.
here is the new code please see the first 14 lines
--------------------
.ariQuizHeaderInfo
{
width: 100%;
font-size: 100%;
text-align: right;
float: right;
}

.ariQuizProgressWrap
{
position: relative;
width: 100px;
border: 1px solid black;
}
-------------------------------------


thanks for reply
The administrator has disabled public write access.
 
#8040
Re:CSS in the component for RTL arabic website 13 Years, 6 Months ago Karma: 748
No need to remove all 7 lines. Just remove "float: right" property, it will look like:

Code:


.ariQuizHeaderInfo
{
 width: 100%;
 font-size: 100%;
 text-align: right;
}



instead of:

Code:


.ariQuizHeaderInfo
{
 width: 100%;
 font-size: 100%;
 text-align: right;
 float: right;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#8041
Re:CSS in the component for RTL arabic website 13 Years, 6 Months ago Karma: 0
THanks again,

i did exactly as you said but still the same result.. can i just pass you the default.css and please have a look to it??
that might be the best.

thanks for reply

adel
The administrator has disabled public write access.
 
#8042
Re:CSS in the component for RTL arabic website 13 Years, 6 Months ago Karma: 0
please here is another screenshot

thanks
The administrator has disabled public write access.
 
#8043
Re:CSS in the component for RTL arabic website 13 Years, 6 Months ago Karma: 0
I can't continue to the first question in Internet Explorer....
The administrator has disabled public write access.
 
#8044
Re:CSS in the component for RTL arabic website 13 Years, 6 Months ago Karma: 0
I can't continue to the first question in Internet Explorer....
The administrator has disabled public write access.
 
Go to topPage: 12345678