Tips and Tricks HQ Support

Support site for Tips and Tricks HQ premium products

  • Home
  • Contact Us
  • Documentation
  • Forum Home
    • Forum
    • Forum Search
    • Forum Login
    • Forum Registration

Reply To: Add to cart button too big – CSS Issue

by

Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore F.A.Q/Instructions › Add to cart button too big – CSS Issue › Reply To: Add to cart button too big – CSS Issue

December 17, 2009 at 7:45 am #16760
amin007
Participant

Basically in your themes CSS it’s specifying the width of the “input” field… I don’t know why but some themes do this. I prefer to leave it so the width can be the width of the image.

Anyway, Here are a few options for you:

Option 1:

If you look at the CSS file of your theme you will see the following bit of code:

#page_left input,

#page_left select,

#page_left textarea

{

border:0px;

padding:6px;

width:550px;

background: transparent url(../../images/10/sub_back.png) top center repeat-x;

border:1px solid #ededed;

font-family: ‘Lucida Grande’, ‘Lucida Sans Unicode’, Tahoma, Arial, san-serif;

}

Get rid of this line that is specifying the width of the button and it should work:

width:550px;

Option 2:

The other option is to introduce the following CSS in the “wp_eStore_style.css” file (this file is located inside the WP eStore plugin directory):

.eStore_button
{
width:84px;
height:50px;
}

you will have to adjust the width and height according to the image you are using for the “Add to Cart” button.

Option 3:

Get a theme that doesn’t have crappy CSS :) (just kidding)

Forum Related

  • Forum Home
  • Forum Search
  • Forum Registration
  • Forum Login

Support Related Forms

  • Contact Us
  • Customer Support
  • Request a Plugin Update
  • Request Fresh Download Links

Useful Links

  • Plugin Upgrade Instructions
  • WP eStore Documentation
  • WP eMember Documentation
  • WP Affiliate Platform Documentation
  • Tips and Tricks HQ Home Page
  • Our Projects

Quick Setup Video Tutorials

  • WP eStore Video Tutorial
  • WP eMember Video Tutorial
  • WP Affiliate Platform Video Tutorial
  • Lightbox Ultimate Video Tutorial

Our Other Plugins

  • WP Express Checkout
  • Stripe Payments Plugin
  • Simple Shopping Cart Plugin
  • Simple Download Monitor

Copyright © 2025 | Tips and Tricks HQ