Background fill missing on some products pages

  • Posts: 92
  • Thank you received: 1
12 years 3 months ago #38938

Some of the background fill does not appear on some of my products listing pages.
It seems to happen randomly for different products.


(you can see that some of the gray background color is missing)
How can I fix this?

Attachments:

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

  • Posts: 26032
  • Thank you received: 4006
  • MODERATOR
12 years 3 months ago #39026

Hi,

It's not "missing". It's just that some products have the product name on two or three lines so they take more place.
You can fix it using CSS. You could set rules to configure the height (maybe with a "height: 100%", or set a fixed height).

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

  • Posts: 92
  • Thank you received: 1
12 years 3 months ago #39737

Thanks Jerome, this is very helpful. Can you give me some guidance as to where in the CSS code I might place a rule to configure the height?

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

  • Posts: 81677
  • Thank you received: 13102
  • MODERATOR
12 years 3 months ago #39875

You need to edit the front end css of hikashop via the Display tab of the configuration and add something like that:

.hikashop_subcontainer{
height: 250px;
}

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

  • Posts: 92
  • Thank you received: 1
12 years 2 months ago #40632

Thank you very much Nicolas!

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

  • Posts: 92
  • Thank you received: 1
12 years 2 months ago #41344

1) If I go to Display and Views, in the file column, what file should I open to insert this code?
2) Does it matter where I place the code?
Thanks very much for your help with this.

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

  • Posts: 81677
  • Thank you received: 13102
  • MODERATOR
12 years 2 months ago #41498

This code should be inserted in the front end CSS file of HikaShop via the Display tab of the configuration. Not via the Display->Views menu.

You can put it at the beginning or the end, it's the same. But make sure that you're editing the CSS file and not a view file :)

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

  • Posts: 92
  • Thank you received: 1
12 years 2 months ago #41845

That fixed it Nicolas.
Thank you so much for all your help!

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

Time to create page: 0.073 seconds
Powered by Kunena Forum