Rsform Problem

Discuss the development and implementation of Joomla! components here.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Locked
samaneh
Joomla! Apprentice
Joomla! Apprentice
Posts: 18
Joined: Sat Jan 31, 2015 8:30 am

Rsform Problem

Post by samaneh » Sat Apr 04, 2015 5:51 am

Hi
I Created a form by Rsform but its alignment is left and I want to be right.
I changed the bellow codes:

div.formCaption {
display: block;
float: right;
width: 25%;
min-height: 12px;
و
div.formBody {
display: block;
float: right;

but it didn't correct.

Please help me.
Thank u.

User avatar
micokelana
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 180
Joined: Tue Oct 03, 2006 2:32 am
Location: Jakarta-Indonesia
Contact:

Re: Rsform Problem

Post by micokelana » Sat Apr 04, 2015 6:46 am

have you try adding "!important" to push with your code.
Or better you put your url, so we can see it
Jasa Pembuatan Website : https://www.kelanasolution.com
Jasa Pembuatan Website Company Profile: https://www.kelana.web.id

samaneh
Joomla! Apprentice
Joomla! Apprentice
Posts: 18
Joined: Sat Jan 31, 2015 8:30 am

Re: Rsform Problem

Post by samaneh » Sat Apr 04, 2015 7:03 am

Sorry, I didn't understand what did u say:(

What should I put for you to help me, It means, what do u mean by "!important" or Url??
Please consider me as a newer in joomla. Thanks

User avatar
micokelana
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 180
Joined: Tue Oct 03, 2006 2:32 am
Location: Jakarta-Indonesia
Contact:

Re: Rsform Problem

Post by micokelana » Sat Apr 04, 2015 7:10 am

i mean put your website url in here, so we can see css problem.

in css you can push your changed with this code "!important"

your code :
div.formCaption {
display: block;
float: right;
width: 25%;
min-height: 12px;

and then you can change it to :

div.formCaption {
display: block;
float: right!important; /*adding code*/
width: 25%;
min-height: 12px;
Jasa Pembuatan Website : https://www.kelanasolution.com
Jasa Pembuatan Website Company Profile: https://www.kelana.web.id

samaneh
Joomla! Apprentice
Joomla! Apprentice
Posts: 18
Joined: Sat Jan 31, 2015 8:30 am

Re: Rsform Problem

Post by samaneh » Sat Apr 04, 2015 7:24 am

I'm working on localhost now.
I changed the code but it doesn't work:(


Locked

Return to “Components”