• Resolved hanbon

    (@hanbon)


    Hi Ben,

    Thanks for your awesome plugin – especially the HTML functionality helps a lot! ??

    I found only one issue with the space to the left and right around the subtitle. When reducing the width of the screen so that the sidebar disappears (like in mobile view), the space to the left and right around the subtitle disappears too.

    You can check it out here, where I am using a twenty sixteen child theme: https://www.superbiodlarna.se/lorem-ipsum/

    Many thanks!

    Hannes

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Ben Huson

    (@husobj)

    Hi, I think it is just to do with where you have inserted the subtitle tag in your theme. At the moment it appears after the <header class="entry-header"> in your theme. For the indenting to work it looks like the subtitle function should be inside the header and wrapper in a <p> (or other HTML heading tag:

    <header class="entry-header">
    	<h1 class="entry-title">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</h1>
    	<?php if ( function_exists( 'the_subtitle' ) ) the_subtitle( '<p>', '</p>' ); ?>
    </header>
    Thread Starter hanbon

    (@hanbon)

    Beautiful, that works perfectly! Many thanks for the super fast response!
    Cheers, Hannes

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Space left and right around subtitle disappears in mobile view’ is closed to new replies.