I am trying to change the size of my logo in the header, without success. Specifically, I want to make it larger (much larger, actually).

I did look through the forums, and added the code as per the post at https://www.joomlart.com/forums/d/36461-logo-customization, but without success... it seemed to have no effect.

While I'm at it, the preview in the Template Administrator area doesn't show my main menu... is there a way to fix that?

Last question: The layout shows a "slideshow" area, but I can't select it for the position of a module. What am I doing wrong? (I just stuck my slideshow in Position 3 for now.)

Thank you!

    It might be worth mentioning that this is my first time with Joomla 4, my first time with T4 framework (I have used T3 before), and my first time with the Helple template, so... I may need a little hand-holding.

    Hi malinthas

    You can try to increase the max-height for it also:

    #t4-header .t4-logo-header .logo-image .logo-img {
      max-height: 80px; /*change to your desired value*/
    }
    Write a Reply...
    You need to Login to view replies.