Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » eCommerce & Atahualpa »

[SOLVED] WP eCommerce gridview layout


  #1  
Old Jul 14, 2011, 08:52 PM
Jam's Avatar
Jam
 
1,112 posts · Mar 2011
Perth, Western Australia
Hi all, I use gridview for a WP-eCommerce shop and wanted to make sure all items displayed in the same size box, so that rows and columns all remain even.
By modifying the ".product_grid_display .product_grid_item" class in my Gold Cart plugin grid_view.css:

.product_grid_display .product_grid_item {
margin:5px;
border:0px solid #fff;
padding:5px;
float:left;
text-align:center;
position:relative;
width: 165px;
min-height:270px;
height:auto !important;
height: 270px;

}

I got same height and same width, perfect (might be helpful to others). But now I would like to align the "Add to cart" button to the bottom of its box.
The CSS for the button:

input.wpsc_buy_button {
float: left;
}

Q: how do I make that button float left and "bottom"


Thanks in advance
__________________
May the learning curve never plateau... Thanks Larry for teaching me heaps.
My Themeframe built sites

Last edited by Jam; Jul 14, 2011 at 10:44 PM.
  #2  
Old Jul 14, 2011, 10:43 PM
Jam's Avatar
Jam
 
1,112 posts · Mar 2011
Perth, Western Australia
Never mind, I managed to sort it out myself

input.wpsc_buy_button{
position: absolute;
bottom: 20px;
left: 0;
}
__________________
May the learning curve never plateau... Thanks Larry for teaching me heaps.
My Themeframe built sites

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
WP-eCommerce Examples SupraTT eCommerce & Atahualpa 19 Aug 11, 2011 10:41 AM
Ecommerce issues imwiththebandlq eCommerce & Atahualpa 6 Jul 18, 2010 10:30 PM
eCommerce and Atahualpa jack96161 eCommerce & Atahualpa 32 Jun 9, 2010 12:19 AM
Looking for Best price for ecommerce templates kosalaindrasiri eCommerce & Atahualpa 0 Feb 19, 2010 10:24 PM
Thanks for the new eCommerce section!! jack96161 eCommerce & Atahualpa 2 Dec 22, 2009 09:20 AM


All times are GMT -6. The time now is 08:17 AM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.