• Hello!

    I have a problem with the cta button from the contact form. It is not centered. Could you help me with this, please? i cannot give you the link because i did not change the nameservers yet.

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hey there,

    Please add following custom CSS using Advanced CSS Editor:

    .contact-us .custom-button{
        float:none;
    }

    Hope it helps.

    Thread Starter naghiu

    (@naghiu)

    thanks for the prompt reply :-). It is not working…

    Hey there,

    Try replacing the above code with this:

    .contact-us .custom-button{
    float: none!important;
    }

    Let us know how it goes ??

    Thread Starter naghiu

    (@naghiu)

    still not working…:-(. Could it be because i am not using Advanced CSS Editor?

    I am using Customify because the other was not working.

    Hey there,

    Yes, you should be adding it using Advanced CSS Editor. Thanks!

    Thread Starter naghiu

    (@naghiu)

    So, i added the code using the plug in you mentioned and it is still now working. Any other suggestions, please?

    Hey there,

    Maybe you can try disabling all your plugins. We can’t really help without having link to site. Hope you understand.

    Looks like a mistake to me, as it’s there in the demo site too.

    There’s a declaration in the theme’s stylesheet as follows:

    .pirate_forms .pirate-forms-submit-button {
    	float: right;
    	margin-right: 0px;
    	color: #FFF !important;
    	-webkit-transition: all 0.3s ease-in-out;
    	transition: all 0.3s ease-in-out;
    }

    That margin-right is what seems to be shifting it over to the right. It’s only 10px, so it’s barely noticable.

    Add

    .contact-us .pirate_forms .pirate-forms-submit-button {
    	margin-right: 10px;
    }

    to your additional CSS to shift it back to the centre.

    Thread Starter naghiu

    (@naghiu)

    Thank you ElectricFeet for your information. The code you gave me moved the button much more to the right. So, even if i don’t know code, I replaced “10p” with “-102px” and it’s perfect :-)))).

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘contact button not centered’ is closed to new replies.