shopping cart module alignment

  • Posts: 20
  • Thank you received: 0
14 years 1 week ago #1713

thanks for the quick replys for the support on my last query.

im now having a problem with the alignment of contents of the shopping cart module on the left hand side.

if you go to www.thrilltime.byethost14.com/hb/index.p...ut=listing&Itemid=54
and add 1 of the products to the cart you will see what i mean.

its getting pushed over to the right and overlaping onto the main content, is there anyway i can align this to the left? i also want to change the colour of the dividing horizontal line between the cart contents and total price

regards
skeld

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

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
14 years 1 week ago #1714

Hi,

That's a problem with your template CSS. Around the line 730 of the file www.thrilltime.byethost14.com/hb/templat...112/css/template.css you have that:
div.module_menu div div div div, div.module div div div div, div.module_text div div div div {
background:none repeat scroll 0 0 transparent;
color:#797979;
margin:0 auto;
padding:0;
}
If you remove the margin:0 auto; the module won't go over the main area.

The horizontal line is also something you should customize in your template CSS like that:
hr {
color : #FFFFFF;
}

Please understand that CSS styling of your template is not related to HikaShop...

A great tool to customize your CSS is FireBug on FireFox. I invite you to try it:
www.tutorial9.net/web-tutorials/quick-ea...opment-with-firebug/
It's really easy to use and in few clicks, you can test in live the changes you could do to your CSS files.

Last edit: 14 years 1 week ago by nicolas.

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

  • Posts: 20
  • Thank you received: 0
14 years 1 week ago #1715

ok thank you for the quick reply, i wil try that now

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

Time to create page: 0.056 seconds
Powered by Kunena Forum