Support Forum

Every time that you post a problem, PLEASE add the Joomla and the extension's versions and revisions (for example: Joomla 3.3.6, Contact Enhanced 3.3.5), PHP version and Server's Operating System. If you only manage only one site it is easier if you edit your profile and just add that information to your signature. Don't forget to add a detailed description of the problem. If possible, write down all steps to simulate the problem.

Before submitting a new post, PLEASE make sure you are running the latest version, test in different browsers (IE, FF, Chrome,..) and clear Joomla and browser's cache after every change you make.

Also, most questions are already answered in our FAQ and in iFAQ and Contact Enhanced documentation pages.

× Contact Enhanced is a contact component manager created to replace Joomla! core contacts component and add lots of advantages and new features (see Features ) and it offers many plugins and modules for several different purposes,
Product page | Documentation Page

removing 30px left padding from free text form

3 years 5 months ago #25690 by phal
I loaded the component into an article, the Map displayed is at 100% width with no indent. There seems to be an indent of around 30px in all the forms. I was trying to remove the indent either in the free text form or all the forms

I tried changing the padding in the plugin under Contact Layer Style to 0 0px 0 0px seems no effect
I tried adding the custom css code from .ce-cf-container .inputbox padding seems no effect

regards

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

3 years 5 months ago #25691 by support
Dear Phal,

Contact Enhanced tries to inherit your template's CSS as much as possible and I was just checking the Contact Enhanced and there's no padding nor margin of 30px in the CE form, at least not added by Contact Enhanced. That CSS styling might be coming from your template's CSS or another extensions/plugin installed.

The container does have a 9px bottom margin. See screenshot .

If you provide a direct link to your form I might be able to help you.

Best regards,

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

3 years 5 months ago #25692 by phal

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

3 years 5 months ago #25693 by support
I see you are using a Yoo template. In order to be able to be compatible with it Contact Enhanced adds a uk-grid class to div#ce-custom-fields-container in order to be compatible with uk-grid.

You can remove the left padding from all Field Containers by adding the following Custom CSS:
#ce-custom-fields-container.uk-grid > * {
    padding-left: 0;
}

As for the Free Text bottom margin, it's actually added by the paragraph you have there. You can edit the in order to use line breaks <br> instead of paragraphs <p> or add the following Custom CSS:
.cf-type-freetext p {
    margin: 0;
}

In order to fix the issue with the Send Copy display below it's checkbox, add the following CSS:
.ce-contact-email-copy-container #email_copy{
    float: left;
    margin-right: 10px;
}
.ce-contact-email-copy-container {
    margin-bottom: 20px;
}

Best wishes,

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

Powered by Kunena Forum

Copyright © 2018 IdealExtensions.com. All Rights Reserved.

This site is not affiliated with or endorsed by the Joomla!™ Project. It is not supported or warranted by the Joomla!™ Project or Open Source Matters™. The Joomla!™ logo is used under a limited license granted by Open Source Matters™, the trademark holder in the United States and other countries.
We may collect your IP address and your browser's User Agent string while using our site for security reasons and deriving aggregate information (analytics). This information is retained for a minimum of 1 and a maximum of 24 months.
Feedback