Hi, I've been using text instead of as image as logo in my website but I'd like to change to an image as logo. What is the maximum size I can use? Thank you so much
kmanek Hi You can use a max width of 450px for the logo in current header view. Its same as your text logo width. THe height of logo could be 100px
Regards
Hi, the limit of 100px (i've used 108) for the height of the logo is really short...
Isn't there a way of increasing that for 150px or 175px??
Thank you so much
kmanek Hi open template folder/tpls/blocks/header.php file Find
col-lg-4 logo
change it with col-lg-5 logo
col-lg-5 logo
Now you need to decrease the size of right side positions Find
col-lg-8
change it with
col-lg-7
Example : http://prntscr.com/nagcqq
Thank you so much for your help but now the other collumns are not centered on vertical as before 🙁 Any idea of how can I fix it?
Thank you in advance. This is a very important issue for me to get solved.
kmanek now the other collumns are not centered on vertical as before
Try add this to custom.css file and adjust padding value accordingly :
.t3-header .t3-sl{padding: 40px 0 !important;}
Kindly ensure to clear your browser cache if changes dont reflect.
It's done. Thank's JoomlArt! 🙂