Kategorie Darstellung nicht mittig

  • Posts: 9
  • Thank you received: 0
1 month 4 days ago #359977

-- HikaShop version -- : 5.0.3
-- Joomla version -- : 5.0.3

Hallo,

ich benutze Hikashop mit dem Helix Ultimate Template und habe Probleme mir der Darstellung der Kategorien.

Das Bild und der Text sind nicht mittig.

Leider ist der Shop momentan noch nicht öffentlich zugänglich.




____________________________________________________________________________________________________
[Moderator :]
Please note that you are here in the English part of the forum, otherwise you have help specifically in German here .

Translated message :
"Hello,

I use Hikashop with the Helix Ultimate template and have problems displaying the categories.
The image and text are not centered.
Unfortunately the shop is not yet open to the public."

Last edit: 3 weeks 5 days ago by Philip.

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

  • Posts: 81542
  • Thank you received: 13071
  • MODERATOR
1 month 4 days ago #359979

Hi,

Could it be that you turned off the "force size" setting of the HikaShop configuration page ?
Or maybe the image you provided to your category is too small ?
Also, it's probably linked to the CSS of the template.
We would need the URL of the page once it is accessible online to study the situation directly on it to tell you exactly what to do.

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

  • Posts: 9
  • Thank you received: 0
1 month 4 days ago #359983

Hi Nicolas,

Thanks,

if I can't solve it, I'll send you the link when the site is online

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

  • Posts: 9
  • Thank you received: 0
3 weeks 6 days ago #360097

Hi nicolas,

Here is the link to the shop: wwl-shop.wwl.lu/index.php

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

  • Posts: 81542
  • Thank you received: 13071
  • MODERATOR
3 weeks 6 days ago #360099

Hi,

Indeed, the issue comes from the CSS of your template.
It has this CSS code:

img {
    display: block;
    max-width: 100%;
    height: auto;
}
in its template.css file.
The line display:block; there prevents the text-algin:center; CSS code we have in HikaShop from centering the image.
Add this CSS code on your website and it will fix the problem:
#hikashop_category_image img {
 display: inline !important;
}
www.hikashop.com/support/documentation/1...ize-the-display.html

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

  • Posts: 9
  • Thank you received: 0
3 weeks 6 days ago #360101

Hi nicolas,

Thanks for the reply.

I've added the code to custom css in Helix Ultimate, but it doesn't work ;-(

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

  • Posts: 81542
  • Thank you received: 13071
  • MODERATOR
3 weeks 6 days ago #360102

Hi,

Your website doesn't seem to be working at the moment. I have a 404 error. So I can't check what you did.
Maybe you need to clear your CSS caching ?
Otherwise, let me know when the website is working again and I'll have a look.

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

  • Posts: 9
  • Thank you received: 0
3 weeks 5 days ago #360121

Hi nicolas,

Sorry ;-(

the site is online again

wwl-shop.wwl.lu/index.php

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

  • Posts: 4519
  • Thank you received: 612
  • MODERATOR
3 weeks 5 days ago #360123

Hello,

Try to add this command, this may solve your issue :

.hikashop_category_information img {
    display: inline;
}
Regards

Last edit: 3 weeks 5 days ago by Philip.

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

  • Posts: 9
  • Thank you received: 0
3 weeks 4 days ago #360144

Thanks Philip it works now

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

Time to create page: 0.070 seconds
Powered by Kunena Forum