Joomla 2.5.6 + VM 2.0.8c + Artisteer - problem with mapping template

Started by kapitaneo, July 23, 2012, 09:43:27 AM

Previous topic - Next topic

kapitaneo

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]

jenkinhill

Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

kapitaneo

Thank you very much. I edit "vmsite-ltr.css". Namely added "margin". Now it works.

r_ekkie

@kapitaneo,

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

thanks

tommytomato

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 )

tommytomato

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 )

r_ekkie

That works better but now I still have some strange square in front of each item see attachment.

thanks

[attachment cleanup by admin]