VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: kapitaneo on July 23, 2012, 09:43:27 AM

Title: Joomla 2.5.6 + VM 2.0.8c + Artisteer - problem with mapping template
Post by: kapitaneo on July 23, 2012, 09:43:27 AM
Hello. Please help me with one problem.

I made template on the Artisteer. Added in Joomla.  And a problem: link to the page "begin, back, forward, end" - runs into each other. When using the standard Joomla template everything is fine. Tell me please, where can I correct code that everything worked normal?

Thanks

[attachment cleanup by admin]
Title: Re: Joomla 2.5.6 + VM 2.0.8c + Artisteer - problem with mapping template
Post by: jenkinhill on July 23, 2012, 10:43:08 AM
You need to edit youir template css - http://forum.virtuemart.net/index.php?topic=102850.0
Title: Re: Joomla 2.5.6 + VM 2.0.8c + Artisteer - problem with mapping template
Post by: kapitaneo on July 23, 2012, 14:48:11 PM
Thank you very much. I edit "vmsite-ltr.css". Namely added "margin". Now it works.
Title: Re: Joomla 2.5.6 + VM 2.0.8c + Artisteer - problem with mapping template
Post by: r_ekkie on July 27, 2012, 15:24:41 PM
@kapitaneo,

Where in tje vmsite-ltr.css did yu add margin??

thanks
Title: Re: Joomla 2.5.6 + VM 2.0.8c + Artisteer - problem with mapping template
Post by: tommytomato on August 02, 2012, 04:45:31 AM
We have the same issue here http://www.yarandoodreaming.com.au/index.php/shop/a3-prints
I'm not to good at CSS can any one tell me how they added the margin in please

.vm-pagination div{text-align:center !important;margin:1;}
.vm-pagination ul{text-align:center !important;margin:1;}
.vm-pagination ul li{display: inline;margin:1;}
.vm-pagination  .counter{text-align: right !important;margin:1;}


Were using the same software, Joomla 2.5.6 + VM 2.0.8c + Artisteer theme

cheers TT ( karl )
Title: Re: Joomla 2.5.6 + VM 2.0.8c + Artisteer - problem with mapping template
Post by: tommytomato on August 02, 2012, 07:55:39 AM
We got it working

here is what we put int he css file

.vm-pagination div{text-align:center !important;margin:5px;}
.vm-pagination ul{text-align:center !important;margin:5px;}
.vm-pagination ul li{display: inline;margin:5px;}
.vm-pagination  .counter{text-align: right !important;margin:5px;}


TT ( karl )
Title: Re: Joomla 2.5.6 + VM 2.0.8c + Artisteer - problem with mapping template
Post by: r_ekkie on August 09, 2012, 09:27:02 AM
That works better but now I still have some strange square in front of each item see attachment.

thanks

[attachment cleanup by admin]