Refining layout of product page

GK User
Sat Feb 06, 2016 12:48 am
Hi,

How can I separate the item name (red pen) and sku number(yellow)

By default I get everything in one line while SKU has to be in a separate line.

Also how can I get rid of the rating thing which ugly looking like (0) under the item name (blue)
Capture.JPG


Here is the link: http://cars.ugracnc.com/index.php/onlin ... -75kw-110v

Thanks
User avatar
Junior Boarder

GK User
Sat Feb 06, 2016 12:56 am
Also could you please advise how to make the little thumbnails to be bigger:

Capture.JPG
User avatar
Junior Boarder

teitbite
Wed Feb 10, 2016 10:09 am
Hi

Add this to override.css

Code: Select all
#hikashop_product_right_part h1 small.hikashop_product_code_main {
    display: block;
}

#hikashop_small_image_div img.hikashop_child_image {
    height: 90px;
}
User avatar
Moderator


cron