"Add to Cart" button is cut off

  • Posts: 4
  • Thank you received: 0
11 years 2 months ago #161652

-- url of the page with the problem -- : vendor.gokwag.com/index.php/hikashop-men...ng/product/1-craft-1
-- HikaShop version -- : 2.3.1
-- Joomla version -- : 3.3.1
-- PHP version -- : 5.3.28
-- Browser(s) name and version -- : Chrome 35.0.1916.153 m

The "Add to Cart" button is not displaying properly.



Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 2143
  • Thank you received: 747
11 years 2 months ago #161673

Your template CSS sets the height of "input" (= relevant for the add to cart button) and "button" to 16px. So it happens in your template.css file around line 32.

You can override it for this button by adding this CSS:

.hikashop_cart_input_button {height: auto !important;}


Need help with customisations of layouts, style or other site development? PM me!
(Don't forget to turn on "E-mail notification of new messages" )
Last edit: 11 years 2 months ago by lousyfool.
The following user(s) said Thank You: kgregor

Please Log in or Create an account to join the conversation.

  • Posts: 84298
  • Thank you received: 13697
  • MODERATOR
11 years 2 months ago #161674

Hi,

That's because of the CSS code:

input, button {
background: none repeat scroll 0 0 #BBC6CC;
border: 1px solid #95A8B3;
color: #0B1B24;
font-size: 11px;
height: 16px;
line-height: 15px;
padding: 2px 10px;
}
of the file vendor.gokwag.com/templates/siteground-j16-45/css/template.css of your joomla template.
Remove that code from that file and you won't have the problem.

Please Log in or Create an account to join the conversation.

  • Posts: 4
  • Thank you received: 0
11 years 2 months ago #161808

Yay! That fixed it! Thanks!

Please Log in or Create an account to join the conversation.

Time to create page: 0.062 seconds
Powered by Kunena Forum