• in library/js/theme.js I made this change

        // Arc the site title
        if ( 0 != arcade_basic_vars.arc ) {
            $( '#site-title a' ).arctext( {
                    radius: $(window).width(),
                    rotate: is_rtl,
                    fitText : arcade_basic_vars.fittext
            } );
    
        }

    to set radius to the width of the window. On my large monitor the arc is so pronounced it chopps off the site-title because it arcs below the image.

    This is my fix. Posting here incase it helps someone else.

    • This topic was modified 6 years, 5 months ago by opificermedia.
  • The topic ‘site-title arctext dependent on window width’ is closed to new replies.