Mini Page Title

2 replies·opened Nov 22, 2021
K
kkcNov 22, 2021

When I use the Mini page title, the second line of text doesn't show up "A Short Page Title Tagline"

<!-- Page Title
============================================= -->
<section id="page-title" class="page-title-mini">

		&lt;div class="container clearfix"&gt;
			&lt;h1&gt;Page Title Mini&lt;/h1&gt;
			&lt;span&gt;A Short Page Title Tagline&lt;/span&gt;
			
				&lt;li class="breadcrumb-item"&gt;[Home](#)
				&lt;li class="breadcrumb-item"&gt;[Shortcodes](#)
				&lt;li class="breadcrumb-item active" aria-current="page"&gt;Page Titles
			
		&lt;/div&gt;

	&lt;/section&gt;&lt;!-- #page-title end --&gt;

Thanks

S
SemiColonWebSTAFFNov 23, 2021

Hello,

Page Title Mini auto-hides the Sub-Titles by default. Simply add the .d-block Class to the <span> Tag. Example:

<span class="d-block">A Short Page Title Tagline</span>

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.

K
kkcNov 23, 2021

Perfect, works great.

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