Jump to content

Ehren

Invision Community Team
  • Posts

    254
  • Joined

  • Last visited

  • Days Won

    22

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by Ehren

  1. For future reference, the height of the banner can be controlled by one css variable in 4.5, so you don't need media queries or multiple css selectors.

    For example, this will increase the header height to 300px:

    :root{
      --header--height: 300px;
    }

    Or if you only want to edit the height of the mobile header, simply use:

    :root{
      --responsive-header--height: 100px;
    }

    From there, you'd then use the "Logo height" setting to control the height of the logo. So if you've set your header to 300px and want your logo to be 150px in height, you'd change the setting to 50%

     

     

    27 minutes ago, Kingsguard said:

    Is there a way to simply have a full-width or contained large image, with the header icons beneath it? Or on top?

    The old user links were positioned using absolute positioning. If you want to replicate this in 4.5, add this to custom.css

    #elUserNav{ position: absolute; }
    [dir='ltr'] #elUserNav{ right: 0; }
    [dir='rtl'] #elUserNav{ left: 0; }

    That should work, but let me know if it doesn't 🙂

  2. 20 hours ago, Malwarebytes Forums said:

    Agreed the themes look nice and though I've not personally sought help yet, reviewing many topics the author does appear to provide good support. 

    I was a bit disappointed though that out of the box the theme (Carbon) looks nothing like it does on their demo out of the box. How much time or work it takes to correct I'm not sure as this was the first time I've tried a 3rd party theme. Hopefully once I've finished up some other changes to the 4.5 upgrade I'll be able to work on the theme and see. 

    Hello,

    The Carbon theme from the demo board is the exact same one as the downloadable version. If your site looks different, it's likely because you need to setup your blocks using the Block Manager 🙂  Blocks aren't imported by the theme, so there's no way to "duplicate" the demo board without manually doing it yourself. I hope that clears up any confusion!

×
×
  • Create New...