Store display moving high or low
| Support - Knowledge Base |
From C1.0.0.25 a few people have had problems with some elements coming up high or low and title being cut off.
This can be fixed by altering elements line height in the file administrator\components\com_sebercart\css\sebercart.css
should contain the following code...
[code].seberCartStoreTitle{ /*This setting will alter how the title is displayed under the image*/
overflow: hidden;
text-align: center;
height:15px;
margin-top:2px;
}[/code]
We changed the way the cart was laid out so they would all be in line and the site looks pretty. This is not possible if we let title and descriptions push down the other products elements like buy now.
So the above code limits your desription to 1 line which is about 15px but if you would liek to make them in line then alter the 15 should make the element bigger.
Also your layout can be fixed by adding into either the sebercart.css or you own depending on which comes last (should be the sebercar.css one), and change the line height to 100% or eperimenting to get it right.
It has been hard to make the store look good and make it compatable with everyones templates.
I have attached some exapmples of when it helps below.
Anyway good luck.
Before & After......
.jpg)
and this had the pagination coming up.....
after....

Last Updated (Wednesday, 09 June 2010 00:53)
Joomla 1.5.x only![]()
[License Information]
AUD$99.99
Current Version
C1.0.0.35
Released: 15-Jun-2011
[Release Notes]
[Upgrade Instructions]



