Jump to content

Logan

Admin
  • Posts

    385
  • Joined

  • Last visited

  • Days Won

    12
Posts posted by Logan
 
 
  1. 10 hours ago, Legionaire said:

    Thanks to Logan, I have installed the hosted version for ruffle on the server here and no need for the ruffle extension when playing games here.  Currently that only applies to the Simplicity Red theme, but once the needed one line of code is added to the correct templates, then all themes will play flash games (NOT including AS3) without having to have the browser extension

     

    I do it good but you do it better sir.

  2. For anyone having problems with their header and logo try this:-

    Go the the theme in your ACP

    Click on edit Html and CSS

    Click the CSS tab

    Click Core/Global/Framework/global.css

    Scroll down until you find:-

    /* HEADER & MAIN NAV */
    #elSiteTitle,
    #elLogo{
        flex: 0 1 auto;
        min-width: 0;
        display: inline-flex;
        align-items: center;
        align-self: stretch;
        height: var(--logo--height);
    }

    Replace var(--logo--height)

    with

    100% and then click save

     

    • Like 1
 
×
  • Create New...