Image placement

  • Posts: 5
  • Thank you received: 0
12 years 1 month ago #42481

Hi, I'd like to find a way to replace the images in my categories. At the moment the images are centered on the left part of the (hikashop_subcontainer hikashop_subcontainer_border).

I would like to replace them at the top-left of this area (hikashop_category_left_part)... just can't seem to do it. Some force beyond my control is taking over !! ;)



can someone point me towards the right direction ?

Thanks,

Attachments:

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

  • Posts: 5
  • Thank you received: 0
12 years 1 month ago #42482

(sorry I wanted this question to be in the How-to section) ... my 1st post here, forgive the new user...

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

  • Posts: 81504
  • Thank you received: 13063
  • MODERATOR
12 years 1 month ago #42566

Some CSS should do the trick.
However, the CSS will depend on the CSS applied by your template.

Please provide a link to that page so that we can give you the appropriate CSS.

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

  • Posts: 5
  • Thank you received: 0
12 years 1 month ago #42568

thanks, just sent you a PM with the info.

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

  • Posts: 81504
  • Thank you received: 13063
  • MODERATOR
12 years 1 month ago #42578

You can do like that:

.hikashop_subcategories .hikashop_subcontainer{
vertical-align: top;
}

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

  • Posts: 5
  • Thank you received: 0
12 years 1 month ago #42590

Hi Nicolas,

I've been experiment with this and I get no effect using .hikashop_subcategories .hikashop_subcontainer

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

  • Posts: 5
  • Thank you received: 0
12 years 1 month ago #42592

Hmm, cannot get this line of code to work on any classes actually ? Any idea?

Cheers,

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

  • Posts: 81504
  • Thank you received: 13063
  • MODERATOR
12 years 1 month ago #42727

I forgot a piece of code.
It should have been:

.hikashop_subcategories .hikashop_subcontainer td{
vertical-align: top;
}

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

  • Posts: 2596
  • Thank you received: 62
  • Hikashop Business
12 years 1 month ago #43123

and maybe

.imageclassname{
margin:0px auto auto auto;
}

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

Time to create page: 0.094 seconds
Powered by Kunena Forum