Need some help with css editing!

Joschka Bronst replied the topic: Need some help with css editing!

iam sry ihave fixed the problem with the hover color.

#39569

Please Log in or Create an account to join the conversation.


Joschka Bronst replied the topic: Need some help with css editing!

i need the fontafamily Arial and it should be bolt!

#39571

Please Log in or Create an account to join the conversation.


Support replied the topic: Need some help with css editing!

Dear Joschka,

Here's the necessary code:

.wdform-label,
.button-submit {
    font-family: Arial !important;
    font-weight: bold !important;
}

Let us know if this is what you needed.
Thank you!


Best regards,
Web-Dorado team


Joomla extensions ,
Wordpress plugins ,
Drupal modules
#39663
The following user(s) said Thank You: Joschka Bronst

Please Log in or Create an account to join the conversation.


Joschka Bronst replied the topic: Need some help with css editing!

i need to know how ican reduce the spacing between the two elements on the formpage.

u can see exactly what i mean in screenshot i uploaded.

#39881
Attachments:

Please Log in or Create an account to join the conversation.


Joschka Bronst replied the topic: Need some help with css editing!

next question is, which css i need if iwant the formpage to stay on special width for a range of devices.
for example: between 1200 and 1600 px?

#39885

Please Log in or Create an account to join the conversation.


Joschka Bronst replied the topic: Need some help with css editing!

it would be nice if you can answer my last to questions!?

#40021

Please Log in or Create an account to join the conversation.


Support replied the topic: Need some help with css editing!

Hello Joschka,

Please try to use this code for changing hover color


input[type="submit"]:hover {
background-color: #9995B1;}


Best regards,
Web-Dorado team


Joomla extensions ,
Wordpress plugins ,
Drupal modules
#40159

Please Log in or Create an account to join the conversation.


Joschka Bronst replied the topic: Need some help with css editing!

can u plz look @ my last two questions i asked. The last answer dindt fit to it.

thx!

#40419

Please Log in or Create an account to join the conversation.


Support replied the topic: Need some help with css editing!

Dear Joschka,

If you wish to get the view in screenshot, you can split your form fields to two columns, but since its block is small, it might not split correctly in smaller resolutions.

As for your second question, you need to use CSS media queries to do so. Starting from 1600 pixels width form is being set to the necessary width:

@media screen and (max-width: 1600px) {
    .wdform_page {
        width: 640px;
    }
}

As dimension reaches to 1200 pixels, it changes to a different width:
@media screen and (max-width: 1200px) {
    .wdform_page {
        width: 480px;
    }
}

Hope this helps.
Thank you!


Best regards,
Web-Dorado team


Joomla extensions ,
Wordpress plugins ,
Drupal modules
#40467
The following user(s) said Thank You: Joschka Bronst

Please Log in or Create an account to join the conversation.


Joschka Bronst replied the topic: Need some help with css editing!

What do i hvae to do when i want refer to a classname i gave a section , for example.

i named a text input section: vorwahl and putted in this css for testing:

.vorwahl {
width: auto !important;
margin: 50px 50px 0 0;
}

but nothing happend.

#40751

Please Log in or Create an account to join the conversation.


Joschka Bronst replied the topic: Need some help with css editing!

realting to the @ media code.....

I insered this code, to force the form, to stay on 50% of the coulmn :

}
@media screen and (max-width: 1200px) {
.wdform_page {
max-width: 50% !important;
max-height: 50% !important;
}
}

the problem is that the form alings to the left instead of staying center as it is standing with this code:
.wdform_page {
max-width: 50% !important;
max-height: 50% !important;
}

Waht is wrong?

#40755

Please Log in or Create an account to join the conversation.


Support replied the topic: Need some help with css editing!

Dear Joschka,

Unfortunately we are not able to check your form, since it gives the following error:

Error establishing database connection


Could you please check this with your developer and hosting provider?
Thank you!


Best regards,
Web-Dorado team


Joomla extensions ,
Wordpress plugins ,
Drupal modules
#40879

Please Log in or Create an account to join the conversation.


Time to create page: 0.286 seconds
Powered by Kunena Forum

WORLD-CLASS SUPPORT

We are here for you every step of the way. Turn to our support with any questions you might have about our products and services. Our experienced customer care team is available to help you as fast as we possibly can.

Contact us