Extra product images showing virtical not horizonal

  • Posts: 140
  • Thank you received: 18
7 years 3 months ago #286960

-- url of the page with the problem -- : www.eutopiantrader.com
-- HikaShop version -- : 3.2.2

I figured it best to open a new topic on this.

Extra product images showing virtically not horizonaly. This broke after one of the last HikaShop updates.

From searching the forums I found the fix which has been tried below to know avail.

I tried adding the following to both the front_end.css and custom_styles.css both already had img.hikashop_child_image { as a section and I just added the display line, but even after a cache clearing, the images still display virtically.


img.hikashop_child_image {
display: inline-block;
}

as well as adding the all important !important.

img.hikashop_child_image {
display: inline-block !important;
}

Any help would be appreciated.


(HikaShop Business 3.2.0 [1709061916])
Last edit: 7 years 3 months ago by Dardwizzle.

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

  • Posts: 83778
  • Thank you received: 13565
  • MODERATOR
7 years 3 months ago #286967

Hi,

For some reason, you're missing that CSS:
img.hikashop_child_image {
width: auto;
}

Add it and it will display fine.

PS: and please don't ask the same question on different threads... It increases our work for no reason.

Last edit: 7 years 3 months ago by nicolas.

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

  • Posts: 140
  • Thank you received: 18
7 years 3 months ago #287027

Sorry Nicolas, I asked it on the other threads but then realized that it should be in it's own thread to avoid confusion. My bad. I will try the suggestion out and see if that helps.

Thanks

UPDATE: That sure did the trick! Thank you again, and sorry for the confusion. I am still trying to get my head out of the fog of being hospitalized for 2 months with the spinal infection and compression fractures in my vertebra. It's been a long road and I've still got a ways to go in recovering but at least I am home! :)

I wish I could delete my previous replies on the other posts, so instead I will update them with your solution. Thanks agian!

Cheers!


(HikaShop Business 3.2.0 [1709061916])
Last edit: 7 years 3 months ago by Dardwizzle.
The following user(s) said Thank You: Philip

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

Time to create page: 0.057 seconds
Powered by Kunena Forum