display image with description under the image

  • Posts: 106
  • Thank you received: 1
  • Hikashop Business
8 years 9 months ago #248151

-- HikaShop version -- : 2.6.3
-- Joomla version -- : 3.6.2
-- PHP version -- : 5.5.38
-- Browser(s) name and version -- : Firefox 39.0.3
-- Error-message(debug-mod must be tuned on) -- : no error

I want to display an image with description under the image in category view, but my category page seems to be in a table with a cell for an image and a cell for description on the same row. So I can't just change the css float. How can I display the image above the description instead of to the left.

I would put the image in the description and format it that way, but the default image will still show to the left.Can I hide the default image?

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

  • Posts: 83995
  • Thank you received: 13605
  • MODERATOR
8 years 9 months ago #248162

Hi,

You can change that by adding simple CSS code on your website:

.hikashop_subcategories_listing td {
    display: block;
    float: left;
}
take.ms/tOvOy
www.hikashop.com/support/documentation/1...ize-the-display.html

The following user(s) said Thank You: aimlesslady

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

  • Posts: 106
  • Thank you received: 1
  • Hikashop Business
8 years 9 months ago #248192

Perfect! Just what I was looking for!

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

  • Posts: 17
  • Thank you received: 0
8 years 7 months ago #253646

.hikashop_subcategories_listing td {
display: block;
float: left;
}

How can i apply this code for my website. thank you

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

  • Posts: 83995
  • Thank you received: 13605
  • MODERATOR
8 years 7 months ago #253657

Hi,

The link I gave in my previous message has a tutorial explaining how to add custom CSS to HikaShop:
www.hikashop.com/support/documentation/1...ize-the-display.html
So please review it, and you'll know how.

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

Time to create page: 0.072 seconds
Powered by Kunena Forum