Site logo

Archived topic

Breadcrumbs Following v1.2.92 Update

3 replies · Started by Garth Dryland on December 3, 2016

Viewing posts 1–4 of 4

Hey Tom

After installing GP-Premium v1.2.92 i had to add margin-left: 0: like this.

.masonry-enabled .page-header.breadcrumb {
	margin-right: 0;
	margin-left: 0;
}

margin-right: 0: was added some time ago.

I haven't checked if margin-right has been included in plugin yet however I wanted to make you aware of the new margin-left issue.

Garth

Masonry spacing was completely re-written.

You shouldn't actually have to include any CSS as long as the area has the page-header class.

Tom

I just removed the said CSS to test and while the margin-right appears to be fixed, margin-left is inset approx 15px if I don't includes the following CSS, but only when the sites on the Homepage.

.masonry-enabled .page-header.breadcrumb {
	margin-left: 0;
}

So essentially this is the exact opposite of what was happening when I had to include

.masonry-enabled .page-header.breadcrumb {
	margin-right: 0;
}

some 4-6 months back now.

Garth

The margins did switch to the left side to avoid any horizontal scrolling on mobile/tablet.

Glad you found a solution :)

This archived topic is closed to new replies.