Home
Forum
Extensions
Developer Portal
VirtueMart Forum
VirtueMart & Joomla! - The Future of eCommerce
Home
Help
Search
Login
Register
Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Tired of looking through the forum? You need professional support? Take a look
here
VirtueMart Forum
»
VirtueMart 1.1.x [ Old version - no longer supported ]
»
Themes & Layout Problems and Customization VM 1.1
(Moderators:
aravot
,
k0nan
) »
Remove border-spacing in browse page table
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: Remove border-spacing in browse page table (Read 3335 times)
Hans Kristian
Beginner
Posts: 7
Remove border-spacing in browse page table
«
on:
May 16, 2008, 14:41:04 PM »
Hi,
I am pretty new in Virtuemart. I am on VM 1.1 and Joomla 1.0.15.
But I have a problem with the browsepage for a category. How do I remove the border-spacing in the table for browsepage ?
Look on the picture how the row gets seperated into columns with a white border between them. I guess this is related to my joomla template. Cant find where to edit to remove the border.. :O
Logged
jenkinhill
Global Moderator
Super Hero
Posts: 16434
UK based web developer & consultant.
Re: Remove border-spacing in browse page table
«
Reply #1 on:
May 17, 2008, 11:46:46 AM »
The files you need to edit are the template, browse_listtable.tpl.php which is in /components/com_virtuemart/themes/default/templates/browse/includes/ and the associated style sheet, theme.css in /components/com_virtuemart/themes/default/
Logged
Kelvyn
Jenkin Hill Internet
,
Keswick, Lake District
Unsolicited PMs/emails will be ignored.
It is essential that you mention your VirtueMart, Joomla and PHP versions when asking a question in this forum
Support for Joomla 1.5 has ended
Currently using VM2.0.20b on Joomla 2.5.11 PHP 5.3.17
Hans Kristian
Beginner
Posts: 7
Re: Remove border-spacing in browse page table
«
Reply #2 on:
May 17, 2008, 16:24:45 PM »
Ok, thanks.. but i really dont know what to edit in the files.. I just know that i need to add something like "border-spacing: 0px" or something like that.
What do I put in to theme.css under these lines to remove the border-spacing:
/** BROWSE PRODUCTS STYLES **/
.browseProductContainer {
width:100%;
padding: 3px 3px 3px 3px;
vertical-align: top;
}
.browseProductTitle {
font-size: 16px;
font-weight: bold;
padding: 3px;
margin-top: 3px;
width: 30%;
float: left;
}
.browseProductImageContainer {
float: left;
width: auto;
margin: 3px;
}
.browseProductDetailsContainer {
float: left;
width: 70%;
}
.browseProductDescription {
margin-top: 40px;
width:50%;
}
.browsePriceContainer {
float: left;
margin: 5px;
width:20%;
}
.browseAddToCartContainer {
width:30%;
text-align:center
}
.browseRatingContainer {
float: left;
width:25%;
margin: 3px;
white-space: nowrap;
}
Logged
Tachikoma
Jr. Member
Posts: 66
Re: Remove border-spacing in browse page table
«
Reply #3 on:
May 20, 2008, 14:23:50 PM »
I don't think it's a border, its the cell's padding.
Set padding to 0 and see what happens. The table is against a white background, so when padding is on, it will look like a border.
Logged
Joomla 1.5.4 on Siteground
Virtuemart 1.1.1
Tachikoma
Jr. Member
Posts: 66
Re: Remove border-spacing in browse page table
«
Reply #4 on:
May 20, 2008, 14:25:28 PM »
Also, I am a newbie as well, so I was wondering, how do you have your browse page rows alternating in color?
Can you share what your browse page code looks like? Please?
Thanks!
Logged
Joomla 1.5.4 on Siteground
Virtuemart 1.1.1
nightfrost
Beginner
Posts: 1
Re: Remove border-spacing in browse page table
«
Reply #5 on:
May 21, 2008, 09:58:03 AM »
hi boys,
I have a problem can not solve!
how do I set the display of categories such as the image of the first post?
I set the configuration to tables and how to browse the table but there is no difference when I upgrade this page!
Please help ... thanks
Logged
VirtueMart Forum
Re: Remove border-spacing in browse page table
«
Reply #5 on:
May 21, 2008, 09:58:03 AM »
Print
Pages: [
1
]
Go Up
« previous
next »
VirtueMart Forum
»
VirtueMart 1.1.x [ Old version - no longer supported ]
»
Themes & Layout Problems and Customization VM 1.1
(Moderators:
aravot
,
k0nan
) »
Remove border-spacing in browse page table