Forum
Welcome, Guest
Please Login to access forum.
Pay now icon is HUGE! (1 viewing) 
Go to bottom
TOPIC: Pay now icon is HUGE!
#1494
steel Pixie
Fresh Boarder
Posts: 2
User Offline
Pay now icon is HUGE! Karma: 0  
The button has been enlarged to span across the whole page, how can I resize it to a normal size?
 
Logged Logged  
  The administrator has disabled public write access.
#1495
John Dagelmore
Admin
Posts: 3722
User Offline
Re:Pay now icon is HUGE! Karma: 79  
Hello,

you should firstly explain why and how a button has been enlarged to the whole page. It could be the case that some template CSS is affecting the button. Post the link to the page.
 
Logged Logged  
  The administrator has disabled public write access.
#1524
steel Pixie
Fresh Boarder
Posts: 2
User Offline
Re:Pay now icon is HUGE! Karma: 0  
It is the template forms.css that is telling it to be 90% of the page. If I change the percentage, the other registration form on the site changes too. Why is forms.css controlling this link?

I cannot send you a link, as the page is in dev and not visible to the public.

Thanks
 
Logged Logged  
  The administrator has disabled public write access.
#1526
John Dagelmore
Admin
Posts: 3722
User Offline
Re:Pay now icon is HUGE! Karma: 79  
It look like the form.css has too generic classes and styles.

You need to add a more specific style for the paypal button in the form, like this:

Code:

form[name=instantpaypal) input[type=image] {width: auto;}
John
 
Logged Logged  
  The administrator has disabled public write access.
Go to top