News:

Looking for documentation? Take a look on our wiki

Main Menu

How to add a border arround the products

Started by aanuarr, September 18, 2012, 14:36:38 PM

Previous topic - Next topic

bytelord

ok, i thing you made something wrong by apply the css properties.

you should apply the extra line between { } ...
.
category-view .row .category .spacer, .featured-view .spacer, .latest-view .spacer, .topten-view .spacer, .related-products-view .spacer, .browse-view .row .product .spacer, .manufacturer-view-default .row .manufacturer .spacer {

..here is your extra css code ...

}

you forget may be as i told before any "{" or "}" or ";" ...

Please examine your file better.

As i see is a custom template also and don't know how is been designed.
Production: Joomla 2.5.8 | VM 2.0.14 | PHP 5.3.13
Testing     : Joomla 2.5.8 | VM 2.0.16 | PHP 5.3.8
Testing     : Joomla 2.5.8 |    VM 2.1   | PHP 5.3.8

- Don't Forget to mark thread as solved when it is solved!
- Please do not PM with support questions, use the forum!

aanuarr

Sorry i do my best to follow your advise but i realy dont know wat to do
i don't understand.


This is how the code in my virtuemart.css is

.category-view .row .category .spacer,.featured-view .spacer,.latest-view .spacer,.topten-view .spacer,.related-products-view .spacer,.browse-view .row .product .spacer,.manufacturer-view-default .row .manufacturer .spacer{
     
border: 1px solid #CCCCCC;
border-radius: 6px 6px 6px 6px;
border-width:1px;
margin-left:10px;
text-align:center;

}
[code]



[attachment cleanup by admin]

aanuarr

now the site showing something but not everything ::)

realy weird

[attachment cleanup by admin]

bytelord

Hello,

I take a look on you css file and i see that some ';' is missing to other areas too, so may be you have cross platform issues (depends on how a browser reads the css files and  where stops reading while found an error).

You should ask your template vendor to help you with that issues, especially if is a commercial product. If you test with vm default theme you will see that all css generated successfully.

Regards.
Production: Joomla 2.5.8 | VM 2.0.14 | PHP 5.3.13
Testing     : Joomla 2.5.8 | VM 2.0.16 | PHP 5.3.8
Testing     : Joomla 2.5.8 |    VM 2.1   | PHP 5.3.8

- Don't Forget to mark thread as solved when it is solved!
- Please do not PM with support questions, use the forum!

aanuarr

Okee  ThanK U bytelord for everything.


that is the Fisrt thing that i will do.