Move Product layout to top of module

  • Posts: 6
  • Thank you received: 0
12 years 3 months ago #60814

Could you help me with how can I move my product display up to the top of the page? There is currently 3 inches of space before my product begins. here is the page to view celestial-threads.com/joomla/index.php/polos/product/cid-1340

I have tried editing the css and have moved stuff all over the page but can't get everything to move up.

This is the section of css I was editing
/* different parts of the show of a product */
.hikashop_product_top_part{
width:100%;
}
.hikashop_product_left_part{
text-align:center;
float:left;
width:50%;
}
.hikashop_product_main_image_thumb{
margin-bottom:5px;
}

.hikashop_product_right_part{
float:left;
padding-left:1px;
}
.hikashop_product_bottom_part{
clear:both;
width:100%;
}

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
12 years 3 months ago #60840

Hi jwtaylorii,

Try this property:

.hikashop_product_page .clear_both{
	dispay: none;
}

Last edit: 12 years 3 months ago by Xavier.

Please Log in or Create an account to join the conversation.

  • Posts: 2
  • Thank you received: 0
12 years 1 week ago #74831

Hi Xavier,

I have the same problem, but when I use

.hikashop_product_page .clear_both{
dispay: none;
}


All the borders around the individual products are disappeared..................

Perhaps you can help me

www.allegaartje.com/keukengereitjes

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
12 years 1 week ago #75024

Hi,

I think that you have solved you problem, because there is no more space before the products listing.
If you want to move up the listing, you have to apply this kind of property:

.hikashop_category_information{
    margin-top: -25px;
}

Please Log in or Create an account to join the conversation.

Time to create page: 0.080 seconds
Powered by Kunena Forum