I tried Albertus's solution in the custom.css and it did not work as below... unfortunately I have a logo that's 150 high by approx 6xx wide. I do not like how it constrains my logo down to nothing I wish it dynamically adjusted that box according to my logo size.
Allen
Albertus's solution was below.
----
Hi Geir,
I added new CSS rules at this file: /public_html/templates/socialize/css/custom.css
.logo-image h1 a {
width: auto;
}
I have made my dimensions 1195x75 and still no jomsocial toolbar at the top... and still distorts my text... I would like my logo to be 800x120 plain and simple with my toolbar back on the top where it needs to be.
because the toolbar module position using top-header position
I edit this file: /public_html/templates/socialize/tpls/default-wide-logo.php
at line 29
from
<?php //$this->loadBlock ('header-top') ?>
to
<?php $this->loadBlock ('header-top') ?>
and about the logo still not clear with what you want.
I saw current logo size only 600 X 100, if you want logo size 800 x 120 you can replace current/upload logo with new one (800 x 120).
if you want center align for the logo image you can put this css
You are the best Albert... thanks for the dose of "teaching" with your fixing. I am going to play with logo size... I resized it a bit to make it work.
I think that if you can make it "dynamic" in future releases of the template that would be great. One of the issues I had was it was "undocumented" what the dimensions of the logo were which made it very limited for us to design anything for the site.
Being now that it is dynamic we can pretty much do what we need it to do.
Thanks very much for your well written explanation of the css... and how it works in relation with the template. I just hope that future releases don't unfix our fix.