Post by samuelw » Mon Jan 22, 2018 9:04 pm

Hi there,

I have been looking all morning on how to remove the white divider/spacer below the image carousel on http://mynaughtylittlesecret.com/
also, on the manufacturer slider the white spacer below that needs removing too.

I've been looking at some other topics on the same issue and they have said to change:

Code: Select all

/* content */
#content {
	min-height: 600px;
}
to:

Code: Select all

/* content 
#content {
	min-height: 600px;
}*/
And also to minimise the gap a little bit more by changing the margin-top in the footer css in the same catalog/view/theme/default/stylesheet/stylesheet.css file around lines 312-319 find

Code: Select all

/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
either deleting/commenting out the margin top or reducing its pixels to suit should help too.

And finally removing the border completely by changing catalog/view/javascript/jquery/owl-carousel/owl.carousel.css from this:

Code: Select all

.owl-wrapper-outer {
	border: 4px solid #fff;
	-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);
}
to this:

Code: Select all

.owl-wrapper-outer {
	border: 4px solid #fff;
	-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);*/
}

I have done all of the above but I am still left with the white space below both carousels.

Any help would be appreciated, thanks!

Newbie

Posts

Joined
Mon Jan 22, 2018 8:47 pm

Post by IP_CAM » Tue Jan 23, 2018 10:42 am

there is no surplus white space anywhere in my Firefox !
Ernie

My Github OC Site: https://github.com/IP-CAM
5'200 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.


User avatar
Legendary Member

Posts

Joined
Tue Mar 04, 2014 1:37 am
Location - Switzerland

Post by geehope43 » Fri Mar 29, 2019 6:33 pm

Unkown space that appeared under manufacturer carousel Multivendor version 3.0.3.1, How can I remove it?

Newbie

Posts

Joined
Mon Mar 04, 2019 9:35 am
Who is online

Users browsing this forum: No registered users and 5 guests