Viewing 2 replies - 1 through 2 (of 2 total)
  • Rynald0s

    (@rynald0s)

    Automattic Happiness Engineer

    Hi @revived!

    You could use some CSS code to move the breadcrumbs to below the page header title, like so:

    .site-breadcrumbs {
    	position: inherit;
    	line-height:50px;
    	height: inherit;
    }

    It will look more clean on desktop and mobile. You can add this code to the “Additional CSS” section in your customizer view.

    Cheers!

    Thread Starter Revived

    (@revived)

    Much better, thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Product title and breadcrumbs overlapping (fine on mobile)’ is closed to new replies.