Jump to content

[SOLVED] Adjust table size - Default Prestashop theme


Recommended Posts

Hi,

 

I've got the default Prestashop installed under PrestaShop™ 1.4.6.2

 

When I check themes/prestashop/css/global.css there is only a few instances of line you mentioned. Nothing seems to allow changing height.

 

/* View wishlish */
#view_wishlist #featured-products_block_center ul div li a img { float: left }
#view_wishlist #featured-products_block_center ul div li a,
#view_wishlist #featured-products_block_center ul div li span {
text-decoration: none;
float: left
}
#view_wishlist #featured-products_block_center ul div li span.wishlist_product_detail,
div#mywishlist div#block-order-detail ul li span.wishlist_product_detail {
margin-left: 30px;
float: left
}
div#mywishlist div#block-order-detail ul li span.wishlist_product_detail { margin-bottom: 5px }
#view_wishlist #featured-products_block_center ul div li a.exclusive,
#view_wishlist #featured-products_block_center ul div li span.exclusive {
margin-left: 55px
}
#view_wishlist #featured-products_block_center ul div li.address_name input.text {
color: #999;
font-weight: bold;
font-size: 11px;
border: 0
}

 

Regards,

Z-GrimV

Link to comment
Share on other sites

Hi,

 

Thanks for the assistance and it appears I'm getting somewhere :) I've now got rid of a lot of the blank space above each image...the change I made is below...

 

I thought that would have been the end of it but I now see that the table that houses the new product shows lot of grey space at the very bottom. How to make this table reduce is in size so match the rows of new product

 

See updated homepage www.littlebadges.com

 

#center_column div.products_block a.product_image {
display: block;
background-color: transparent;
    margin-top:-100px;
    margin-bottom: 20px;
margin-left: 2px;
width: 129px;
height: 129px

Link to comment
Share on other sites

I don't understand so well, so your problem was solved? or you need to reduce that grey space?. look on your .csv file the lines

/* Special style for block products in center column */
#center_column .products_block ul li

 

And then specify the height that you want :rolleyes:. And if this topic is OK, you will be add [sOLVED] on the title :).

  • Like 1
Link to comment
Share on other sites

Hi Z-GrimV,

 

I have seen ur site. Actually I am trying to make modifications in newsletter block of mine. But unable to do. I seen on ur site u placed newsletter module and the OK button is also at center place. So could you please tell me what modification u did? Or it will be great if you mail me it.

 

Thanks

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...