News:

Looking for documentation? Take a look on our wiki

Main Menu

[Solved] Shopping Cart Module Text Aligned Left

Started by Justin C., March 06, 2013, 18:56:46 PM

Previous topic - Next topic

Justin C.

Hello,

First of all, I'm on Joomla 2.5.8 and Virtuemart 2.0.18a.

I'm having trouble with the shopping cart module in Virtuemart. For reasons unknown to me, the text aligns left and only utilizes a small portion of the module window space (see attached picture). Does anyone have any suggestions concerning how to fix this issue? I don't know if the problem lies with Virtuemart, or should I be investigating the template that I am using? I am using the colorshop lite template.

Thanks in advance for the help.

-Justin

[attachment cleanup by admin]

PRO


Justin C.

Thank you for your help. I've attached the styles.css that firebug shows is styling the cart module.

[attachment cleanup by admin]

PRO

I am not going to read all of your css

If you want me to look at your css, post a link to the site


PRO


.vmCartModule {
    width: 30%;
}


change to width:100%;

/templates/colorshop/css/styles.css

Justin C.

That did the trick! Thank you very much! I think I need to improve my firebug skills...