Styling issue with long header and breadcrumbs

2 replies · opened Apr 16, 2018

LlfmApr 16, 2018

When header is long there is a styling issue with breadcrumbs. In that case in my opinion breadcrumbs should be below header or maybe you have a better solution for it.

Please check attachment to see exactly the issue.

SSemicolon WebSTAFFApr 20, 2018

Hello,

The Breadcrumb cannot be moved below the Title if it is long since the Breadcrumb is Absolutely Positioned. Consider using the following CSS code as it will create a padding around the Breadcrumb:

.device-xl #page-title .container,
.device-lg #page-title .container,
.device-md #page-title .container { padding-right: 300px; }

You can increase/decrease the 300px Value according to your needs.

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

LlfmApr 20, 2018

Thank you. It helped :)

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard
Styling issue with long header and breadcrumbs · Canvas Template Support