Post by premint » Sat Jan 21, 2017 10:44 pm

hi everyone, im using version 2.0

theres a large white space between the slideshow and the featured items below it on the front page that id like to remove if possible, site link www.carbon-brushes.org.uk

also on a different site im having a problem with the featured items boxes all being different hights, is there a way i can make them all the same

thanks in advance

New member

Posts

Joined
Thu Feb 26, 2015 11:40 pm

Post by cyclops12 » Sat Jan 21, 2017 10:59 pm

To remove the whitespace have a look in catalog/view/javascript/jquery/owl-carousel/owl-carousel.css around lines 86-101 you should see

Code: Select all

.owl-carousel {
	margin: 0 0 60px;
	background: #fff;
	border: 4px solid #fff;
	position: relative;
	direction: ltr !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	overflow: hidden;
}
Just comment out the margin like so it will look like this

Code: Select all

.owl-carousel {
	/*margin: 0 0 60px;*/
	background: #fff;
	border: 4px solid #fff;
	position: relative;
	direction: ltr !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	overflow: hidden;
}

Expert Member

Posts

Joined
Sun Sep 27, 2015 1:10 am

Post by premint » Sat Jan 21, 2017 11:11 pm

thanks thats exactly what i wanted

New member

Posts

Joined
Thu Feb 26, 2015 11:40 pm

Post by elsker-min-mathilde » Sat Jan 21, 2017 11:35 pm

For your other site - In your css just define a height property for the specified div :-)

Rabatkoder til netbutikker



Posts

Joined
Sat Jan 21, 2017 11:26 pm
Location - Denmark

Post by premint » Tue Jan 24, 2017 2:49 am

hi can you be more specific about how to make all the featured items the same hieght thanks

New member

Posts

Joined
Thu Feb 26, 2015 11:40 pm
Who is online

Users browsing this forum: No registered users and 3 guests