Alignment in internet explorer

  • Posts: 16
  • Thank you received: 0
13 years 4 months ago #2520

I seem to have alignment problems with my products in internet explorer is there any way i can edit this ?

you can have a look at
www.thewhiterteethstore.com


regards
John

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

  • Posts: 81540
  • Thank you received: 13071
  • MODERATOR
13 years 4 months ago #2528

I just tried to display your website on IE8 and didn't see any alignment problem on the featured products module.
Could you explain your problem ? Maybe with a screenshot ?

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

  • Posts: 16
  • Thank you received: 0
13 years 4 months ago #2547

here you go mate... this is in ie8

Thanks for your help nicolas

John !

Attachments:

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

  • Posts: 81540
  • Thank you received: 13071
  • MODERATOR
13 years 4 months ago #2548

In the CSS of HikaShop (that you can edit in the configuration under the tab display) you have this:

.hikashop_product_left_part {
float:left;
text-align:center;
width:50%;
}

You should remove the width:50%; and that will be better.

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

  • Posts: 16
  • Thank you received: 0
13 years 4 months ago #2549

www.thewhiterteethstore.com/index.php?op...e-products&Itemid=60

still the same mate -

ive edited the css file and cleared cache

any other ideas ?

Cheers

John.

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

  • Posts: 81540
  • Thank you received: 13071
  • MODERATOR
13 years 4 months ago #2550

Could you try to remove the change the code

#'.$main_div_name.' div.hikashop_category,#'.$main_div_name.' div.hikashop_product{
	float:left;
	width:100%;
	text-align:center;
}
to
#'.$main_div_name.' div.hikashop_category,#'.$main_div_name.' div.hikashop_product{
	float:left;
	width:100%;
}
in the file administrator/components/com_hikashop/helpers/module.php near line 50 ?

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

Time to create page: 0.068 seconds
Powered by Kunena Forum