[SOLVED] Login and Registration Breaking Template

  • Posts: 284
  • Thank you received: 6
10 years 9 months ago #168745

-- url of the page with the problem -- : www.ricehut.co.nz/new/
-- HikaShop version -- : 2.3.2
-- Joomla version -- : 3.3.3
-- PHP version -- : 5.4.31
-- Browser(s) name and version -- : n/a

The Login and Registration input boxes are breaking the template design.
Use bootstrap is ON.

Everything else looks really good, but I have tried various methods but I cannot seem to get this one area in check.

Thank you for any assistance on this.

Attachments:
Last edit: 10 years 9 months ago by MSTACE.

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

  • Posts: 13201
  • Thank you received: 2322
10 years 9 months ago #168785

Hi,

This is a template issue, thanks to read that documentation:
hikashop.com/support/support/documentati...ize-the-display.html

If you try with the default Joomla template you should see that everything is well displayed, so your template is overriding some css properties, and this is causing a bad display ;)

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

  • Posts: 284
  • Thank you received: 6
10 years 9 months ago #169484

The Hikashop CSS was actually set to a fixed width, which was breaking the template:

In frontend_custom.css

.hikashop_checkout_login{
	clear:both;
	width:690px;
	margin:auto;
}
I just changed the width to: auto
That fixed it.

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

Time to create page: 0.067 seconds
Powered by Kunena Forum