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]
You need to edit youir template css - http://forum.virtuemart.net/index.php?topic=102850.0
Thank you very much. I edit "vmsite-ltr.css". Namely added "margin". Now it works.
@kapitaneo,
Where in tje vmsite-ltr.css did yu add margin??
thanks
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 )
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 )
That works better but now I still have some strange square in front of each item see attachment.
thanks
[attachment cleanup by admin]