Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #280442
    Heinz
    Participant

    Hello
    Is it possible to make the title text longer with header media? When I look at this page in the mobile phone portrait, there are unsightly word breakings.
    https://schneegetraenke.ch/
    Many thanks for the help.
    regards
    Heinz

    #280513
    Skandha
    Participant

    @henebe: Hello Heinz,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (max-width: 500px) {
    	.custom-header-content .entry-title {
    		font-size: 15px;
    	}
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #280708
    Heinz
    Participant

    Hello Skandha
    Worked fine. Still had to add !Important. Many Thanks.
    regards
    Heinz

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Text field length title’ is closed to new replies.