Contact Form after Update 3.6.2

25 April, 2016
GK User
Tue Aug 30, 2016 5:32 pm
Hi,

after Update (Joomla and Template) the contact form doesn't look like it's supposed to be.
I tried to add css code to override.css but it doesn't work.

Thank you in advance!
User avatar
Expert Boarder

teitbite
Fri Sep 02, 2016 9:12 am
Hi

Tell me the url to the exact page You've made this screenshot.
User avatar
Moderator

GK User
Mon Sep 05, 2016 5:46 pm
I have sent you a private message!
User avatar
Expert Boarder

teitbite
Wed Sep 07, 2016 10:02 am
Hi

Is this form made with some extension ? The label and checkbox are in wrong order, but add this to override.css, should positions it:

Code: Select all
.control-label {
    position: relative;
}

#jform_contact_email_copy-lbl {
    margin-left: 25px;
}

#jform_contact_email_copy {
    position: absolute;
    left: 0;
    top: 2px;
}
User avatar
Moderator

GK User
Wed Sep 07, 2016 12:35 pm
No it's like the demoversion! I doesn't work .. if I add this code, the check-box isn't visible.
User avatar
Expert Boarder

teitbite
Fri Sep 09, 2016 9:23 am
Hi

Plese send me an access to ftp. I need to work on actual file and not in browser's web tool.
User avatar
Moderator


cron