VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: Justin C. on March 06, 2013, 18:56:46 PM

Title: [Solved] Shopping Cart Module Text Aligned Left
Post by: Justin C. on March 06, 2013, 18:56:46 PM
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]
Title: Re: Shopping Cart Module Text Aligned Left
Post by: PRO on March 06, 2013, 21:27:05 PM
http://forum.virtuemart.net/index.php?topic=102850.0


what is the css?


It could be the template
Title: Re: Shopping Cart Module Text Aligned Left
Post by: Justin C. on March 06, 2013, 21:46:18 PM
Thank you for your help. I've attached the styles.css that firebug shows is styling the cart module.

[attachment cleanup by admin]
Title: Re: Shopping Cart Module Text Aligned Left
Post by: PRO on March 06, 2013, 22:56:40 PM
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
Title: Re: Shopping Cart Module Text Aligned Left
Post by: Justin C. on March 07, 2013, 03:16:19 AM
Thanks again. Here's the link:
http://23.25.68.33/ (http://23.25.68.33/)
Title: Re: Shopping Cart Module Text Aligned Left
Post by: PRO on March 07, 2013, 15:23:05 PM

.vmCartModule {
    width: 30%;
}


change to width:100%;

/templates/colorshop/css/styles.css
Title: Re: Shopping Cart Module Text Aligned Left
Post by: Justin C. on March 07, 2013, 16:34:53 PM
That did the trick! Thank you very much! I think I need to improve my firebug skills...