VISIT AND LIKE OUR PAGE ON FACEBOOK
TAKE A LOOK AT OUR TWEETS ON TWITTER
SUBSCRIBE TO THE JOOMFREAK RSS FEED
VISIT OUR CHANNEL ON YOUTUBE

Account Details

Change your name, email, password or permanently delete your account. Change settings

We offer several ways you can get support from our experts: Support ForumKnowledgebaseNewsletter

Your Forum Posts

No posts to display.

Welcome, Guest
Username Password: Remember me
  • Page:
  • 1

TOPIC: Center Logo

Center Logo 22 May 2015 22:55 #6765

Hello how can we center the logo?

  • Posts:1
  • akublik
  • Fresh Boarder
  • OFFLINE
  • Karma: 0

Re: Center Logo 25 May 2015 10:15 #6776

Edit templates/jf_taman/index.php, modify:
 
<div class="jf-grid-6">
<div class="jf-block">
<h1 id="logo">
<a href="<?php JURI::base(true) ?>" title="<?php echo $sitename; ?>"><?php echo $logo; ?></a>
</h1>
</div>
</div>
 

to:
 
<div class="jf-grid-<?php echo $this->countModules('search') ? '6' : '12'; ?>">
<div class="jf-block">
<h1 id="logo">
<a href="<?php JURI::base(true) ?>" title="<?php echo $sitename; ?>"><?php echo $logo; ?></a>
</h1>
</div>
</div>
 

Edit templates/jf_taman/css/template.css, add:
 
.jf-grid-12 #logo {
text-align: center;
}
 


joomfreak

  • Posts:2940
  • isupport
  • Moderator
  • OFFLINE
  • Karma: 0
  • Page:
  • 1
Time to create page: 0.58 seconds
Thursday 28 March 2024

joomfreak is not affiliated with or endorsed by the Joomla Project or Open Source Matters.
The Joomla logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.