More space between Logo Text and Slogan Text.

More
12 years 2 months ago - 12 years 2 months ago #22429 by internetantiquar
Hi could I have a litte more space between Logo text and Slogan text or a smaller type for Logo text. If there are some more letters in the words with underlenght (e. g. "gggg", "qqqqq")the lines are too near together.

And - could the logo itself could a litte bit greater (48 x 48)?
Thks.
Last edit: 12 years 2 months ago by internetantiquar.

Please Log in to join the conversation.

More
12 years 2 months ago #22435 by ivan.milic
add this to template_css.css:

.logo .company_name{
margin-bottom:10px;
}

that will make 10px space between them.


For image size open index.php of template find this:

<div class="logo_pad">
<a href="index.php"><img src="<?php echo $template_path ?>/images/logo.png" width="55" height="56" alt="joomla ecommerce template" /></a>
<span class="company_name"><?php echo $logoText; ?></span><br/>
<span class="company_slogan"><?php echo $sloganText; ?></span>
</div>

change width="55" height="56" to make it bigger ,then put your own logo.png in templates images folder

Please Log in to join the conversation.

More
12 years 2 months ago #22440 by internetantiquar
Hi, thks

a) no, not more space; still very narrow - http:/neue.antiquariatszeitung.de

b) yes, logo changed

Greetings Helmer

Please Log in to join the conversation.

More
12 years 2 months ago #22443 by ivan.milic
try then for spacing :

.company_slogan{
position: relative;
top: +5px;
}

Please Log in to join the conversation.

Time to create page: 0.159 seconds
Powered by Kunena Forum