Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #156706
    HudonPa
    Participant

    My site URL : http://www.aaplp.ca

    How to split long site title in two or more line ? By CSS code ? By theme options ?

    Thank you.

    Pascal H.

    #156715
    Skandha
    Participant

    @hudonpa: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (max-width:800px) {
    	#site-title {
    		width:700px;
    	}
    }

    You can change the width according to your choice.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How to split long site title in two or more line’ is closed to new replies.