How to move the breadcrumbs?

Hi again,

Was able to add the needed logo, but now the breadcrumbs are in the way!

Attachment 39822

How can I move these breadcrumbs just a bit to the right had a quick look but no success so far.

Your help is welcome,

Rain

2 answers

Profile photo of Ziven Staff 100280.00 $tone September 8, 2014
Public

Please go to the file: /skin/frontend/default/jm_summer/css/layout-normal.css end the line please add new css rule

Code:

.breadcrumbs {
margin: 0 0 0 175px;
}
#1
Profile photo of Rick Bisschop 0.00 $tone September 10, 2014
Public

Please go to the file: /skin/frontend/default/jm_summer/css/layout-normal.css end the line please add new css rule

Code:

.breadcrumbs {
margin: 0 0 0 175px;
}

Hi it worked fine but didn’t use the "file: /skin/frontend/default/jm_summer/css/layout-normal.css" added it to the "file: /skin/frontend/default/jm_summer/css/styles.css"

Code:

.breadcrumbs {
	color: #666
	line-height: 100%;
	margin: 0;
	line-height: 55px;
}

.breadcrumbs a {
	color: #272727
}

.breadcrumbs a:active,
.breadcrumbs a:focus,
.breadcrumbs a:hover {
	color: #f97352
	text-decoration: none;
}

.breadcrumbs li {
	display: inline;
}

.breadcrumbs li i {
	color: #ddd
}

.breadcrumbs strong{
	font-weight: normal;
}

.breadcrumbs li .icon-caret-right {
	margin: 0 10px;
}

/* Added margin for breadcrumbs */

.breadcrumbs {
margin: 0 0 0 175px;
}

Attachment 39889

Thanks for your help Ziven,

Rain

#2

This question is now closed

Written By

Comments