Move contact form send button to center

This forum is for general questions about extensions for Joomla! 3.x.

Moderators: pe7er, 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.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10.
Locked
zionshea
Joomla! Intern
Joomla! Intern
Posts: 85
Joined: Sat Apr 03, 2010 5:19 pm

Move contact form send button to center

Post by zionshea » Fri Dec 07, 2018 6:37 am

Hello all,

At the bottom of my home page I have a contact form.
How can I move the Send button to the center (of the module)?

Site: kav-yashar.com (Pressing the England flag at the top of the page will display English language)

Thanks
zionshae

User avatar
JTema
Joomla! Guru
Joomla! Guru
Posts: 733
Joined: Sun Apr 13, 2008 8:10 pm

Re: Move contact form send button to center

Post by JTema » Sat Dec 08, 2018 3:10 pm

Hello it seems that you are using a free module. It seems the CSS codes designing submit button takes place here:
http://kav-yashar.com/media/coalawebcon ... -light.css
You should change the css code below. Changing float:right to left and adding a margin-left:10 px may work.

Code: Select all

.cw-mod-contact-light-buttons .btn-submit {

    margin-left: auto;
    margin-right: auto;
    [color=#FF0000]float: left;[/color]
    margin-top: 5px;
    [color=#FF0000]margin-left: 10px;[/color]
    }
http://www.joomlatema.net - Joomla Extensions and Templates
https://asgardia.joomlatema.net - Asgardia Joomla Gardening Template


Locked

Return to “Extensions for Joomla! 3.x”