Post by storey1987 » Tue Jan 20, 2015 10:06 pm

Hi i have searched high and low but i have ended up asking for help on here, so thanks in advance i have installed the latest opencart and have started building my website and all i need to do is change the size of the description box under a product in category view as it is far too big, i only want it big enough for the product name and price, im also using the bootstrap theme many thanks

Attachments

Screenshot 2015-01-20 13.57.32.png

Screenshot 2015-01-20 13.57.32.png (7.93 KiB) Viewed 904 times


Newbie

Posts

Joined
Tue Jan 20, 2015 10:00 pm

Post by viethemes » Wed Jan 21, 2015 12:49 am

You can edit the file catalog/view/theme/default/stylesheet/stylesheet.css, find:

Code: Select all

.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
and remove the min-height line in above code.

http://www.viethemes.com - OpenCart turtorials, news, tips and stricks, extension

Our extensions:
Visual Theme Editor - Powerful tool for customizing style of any theme visually
Live Theme Editor - Customize layout, colors, backgrounds, fonts of the default theme
Theme Animation - Animation Editor for any theme

Extra Positions PRO, Custom JavaScript, Custom CSS and others


User avatar
Active Member

Posts

Joined
Thu Jan 08, 2015 12:17 pm


Post by storey1987 » Wed Jan 21, 2015 6:34 pm

hi thanks for your time it worked and looks exactly how i want it ;)

Newbie

Posts

Joined
Tue Jan 20, 2015 10:00 pm

Post by viethemes » Wed Jan 21, 2015 9:17 pm

storey1987 wrote:hi thanks for your time it worked and looks exactly how i want it ;)
Glad to hear that the problem is sovled :)

http://www.viethemes.com - OpenCart turtorials, news, tips and stricks, extension

Our extensions:
Visual Theme Editor - Powerful tool for customizing style of any theme visually
Live Theme Editor - Customize layout, colors, backgrounds, fonts of the default theme
Theme Animation - Animation Editor for any theme

Extra Positions PRO, Custom JavaScript, Custom CSS and others


User avatar
Active Member

Posts

Joined
Thu Jan 08, 2015 12:17 pm

Who is online

Users browsing this forum: No registered users and 3 guests