News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

[2.0 RC3] how to make bigger the bottom margin of space surrounding the logo?

Started by Raffoz, April 28, 2010, 06:37:04 AM

Previous topic - Next topic

Raffoz

i want to insert a logo instead of the name of the forum...

if my logo is a little bigger (in width) than the normal space set by SMF, i notice that the line that usually stays at the bottom of the site name goes over the logo...

how to put it a little bit more down? :)

thanks... :)

i checked the css files, but i didn't find the solution...
MacOsX (last)
SMF 2.0.15 and 2.1.2 (different forums)
Chrome (last) or Safari (last)

Kays

Hi, sorry for the slow response.

The place to look is in index.template.php. The logo and site name are side by side so expanding one will push the other. For the default theme, it's this line:


echo '
', empty($settings['site_slogan']) ? '<img id="smflogo" src="' . $settings['images_url'] . '/smflogo.png" alt="Simple Machines Forum" title="Simple Machines Forum" />' : '<div id="siteslogan" class="align_right">' . $settings['site_slogan'] . '</div>', '

If at first you don't succeed, use a bigger hammer. If that fails, read the manual.
My Mods

Raffoz

thanks...

but: i don't see how this line can help me... it doesn't seem a line form where i can put "more down" the line i'm referring to... :(
MacOsX (last)
SMF 2.0.15 and 2.1.2 (different forums)
Chrome (last) or Safari (last)

Kays

That was just to give you a general idea of where to look as it can be different depending on the theme you are using. The html for that container should be just above it.

If at first you don't succeed, use a bigger hammer. If that fails, read the manual.
My Mods

Advertisement: