Spit Site Title into 2 lines.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1028150
    Carl Sawatzky
    Participant

    Is it possible to insert a break in the Site Title so that it appears in 2 lines in the header?
    A secondary solution could be to have this 2nd line in the Tagline however my tagline isn’t showing in the header even though I have selected “Display Site Title and Tagline” in site identity

    #1028352
    Andre Flores
    Moderator

    Hello Carl,

    You may have the site description displayed under the site title by adding the following code under Appearance ->Customize ->Additional CSS:

    .site-branding .site-description {
    	display: block;
    	margin-left: -88px;
    	margin-top: 40px;
    }

    The result should be as follows: https://prnt.sc/vh9nh1.

    Regards,
    Andre

    #1028621
    Carl Sawatzky
    Participant

    Thank you, Andre! That worked well. I just needed to adjust the left margin a bit. Carl

    #1028758
    Andre Flores
    Moderator

    Hello Carl,

    You are most welcome, I am glad that worked. It would be much appreciated if you leave your positive feedback about the Booklium theme at: https://motopress.com/products/booklium/#edd-reviews-respond.

    Thank you in advance!

    Regards,
    Andre

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.