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?

Theme
(1 viewing) (1) Guest
component
Go to bottomPage: 1
TOPIC: Theme
#66240
Theme 4 Years ago Karma: 1
Hello,
I want to relocate the radio button. I also want to use the ")" symbol. How can I do it. Thank you.
Last Edit: 2020/03/25 04:39 By biyonesa.
The administrator has disabled public write access.
 
#66241
Could you help..... 4 Years ago Karma: 1
Hello,
I want to relocate the radio button. I also want to use the ")" symbol. How can I do it. Thank you.
Last Edit: 2020/03/27 18:31 By biyonesa.
The administrator has disabled public write access.
 
#66258
Re:Could you help..... 4 Years ago Karma: 746
Hello,

Sorry for the delay. Add the following CSS rules to a site template CSS file:

Code:


    .aq-singlequestion .aq-answer-label label::after {
        content: ")";
        display: inline-block;
    }
    .aq-answer-label {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }
    .aq-answer-label label {
        margin-bottom: 0 !important;
        padding-left: 5px;
    }



Regards,
ARI Soft
The administrator has disabled public write access.
 
#66261
Re:Could you help..... 4 Years ago Karma: 1
Thanks....
Can you write the full path to the css file?
The administrator has disabled public write access.
 
#66262
Re:Could you help..... 4 Years ago Karma: 746
Any CSS file from your site template.

Open "Extensions -> Templates -> Templates" page on Joomla! backend, choose your template and then edit a CSS file.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#66263
Re:Could you help..... 4 Years ago Karma: 1
Thanks for your help. good work.
The administrator has disabled public write access.
 
Go to topPage: 1