Membership is FREE, giving all registered users unlimited access to every Acorn Domains feature, resource, and tool! Optional membership upgrades unlock exclusive benefits like profile signatures with links, banner placements, appearances in the weekly newsletter, and much more - customized to your membership level!

Move button to the left

Joined
May 14, 2012
Posts
358
Reaction score
9
Hi, I was wondering if anyone knows how I could move the "get a quote" button on my website over to the left a bit, so it lines up with the first box above it. scrap-cars.net - wordpress theme

Thanks in advance
 

Attachments

  • Capture.PNG
    Capture.PNG
    65 KB · Views: 131
Add 'padding-left: 0px' to this in your CSS:



If the theme doesn't easily allow you to add custom CSS try a plugin like this.

Hi, thanks very much, all worked, but has made the "postcode & phone number" fields squeezed together. Is there a way I can put a gap between them?

Regards
 
Swap this

Code:
<div class="col-sm-4 norightpadding">
<p><span class="wpcf7-form-control-wrap text-124"><input type="text" name="text-124" value="" size="40" class="wpcf7-form-control wpcf7-text success" aria-invalid="false" placeholder="Postcode"></span></p>
</div>

For this

Code:
<div class="col-sm-4">
<p><span class="wpcf7-form-control-wrap text-124"><input type="text" name="text-124" value="" size="40" class="wpcf7-form-control wpcf7-text success" aria-invalid="false" placeholder="Postcode"></span></p>
</div>
 
Swap this

Code:
<div class="col-sm-4 norightpadding">
<p><span class="wpcf7-form-control-wrap text-124"><input type="text" name="text-124" value="" size="40" class="wpcf7-form-control wpcf7-text success" aria-invalid="false" placeholder="Postcode"></span></p>
</div>

For this

Code:
<div class="col-sm-4">
<p><span class="wpcf7-form-control-wrap text-124"><input type="text" name="text-124" value="" size="40" class="wpcf7-form-control wpcf7-text success" aria-invalid="false" placeholder="Postcode"></span></p>
</div>

Hi, that sorted it, thanks. Much appreciated
 

The Rule #1

Do not insult any other member. Be polite and do business. Thank you!

Members online

Premium Members

Latest Comments

New Threads

Domain Forum Friends

Our Mods' Businesses

*the exceptional businesses of our esteemed moderators
General chit-chat
Help Users
  • No one is chatting at the moment.
      There are no messages in the current room.
      Top Bottom