Page 1 of 1

Slide Show

Posted: Tue Mar 11, 2025 10:07 pm
by porter943
Hello,
How and where to change the height of the Slide Show on OC version 3.0.2.0
Can anyone help me with this?

Re: Slide Show

Posted: Wed Mar 12, 2025 12:52 am
by JNeuhoff
Assuming you are using an OpenCart 3.0.x.x version, you could create your theme folder, with a copy of the stylesheet.css (see this post), and then add some styling to it, e.g:

Code: Select all

.slideshow {
	padding: ...px;
	margin-top: ...px;
	margin-bottom: ...px;
	....
}