Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #132615
    visualmotion
    Participant

    I am using the above theme at my page http://visualmotion.de unfortunately my SITE TITLE is to huge to be correctly displayed on a mobile browser. How can I modify the SIZE of the font used for the SITE TITLE please?

    Thanks,
    Michael

    #132630
    Skandha
    Participant

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

    @media screen and (min-width:280px) and (max-width:400px) {
    	.site-title a {
    		font-size:13px;
    	}
    }

    Let me know if this solves your issue!

    Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Parallax Frame Pro | how to customize the Site Title size’ is closed to new replies.