- Posts: 27
- Thank you received: 0
More space between Logo Text and Slogan Text.
-
internetantiquar
Inactive member - Topic Author
- Member
Less
More
12 years 2 months ago - 12 years 2 months ago #22429
by internetantiquar
More space between Logo Text and Slogan Text. was created 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.
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.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 2 months ago #22435
by ivan.milic
Replied by ivan.milic on topic More space between Logo Text and Slogan Text.
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
.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.
-
internetantiquar
Inactive member - Topic Author
- Member
Less
More
- Posts: 27
- Thank you received: 0
12 years 2 months ago #22440
by internetantiquar
Replied by internetantiquar on topic More space between Logo Text and Slogan Text.
Hi, thks
a) no, not more space; still very narrow - http:/neue.antiquariatszeitung.de
b) yes, logo changed
Greetings Helmer
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.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 2 months ago #22443
by ivan.milic
Replied by ivan.milic on topic More space between Logo Text and Slogan Text.
try then for spacing :
.company_slogan{
position: relative;
top: +5px;
}
.company_slogan{
position: relative;
top: +5px;
}
Please Log in to join the conversation.
Time to create page: 0.159 seconds