We moved to new unified forum!

Please post all new support queries in our New Forum.

T3 Community Discussion & Support

Let's build the best free Joomla template framework, together!
  1. sgiobbio
  2. Sherlock Holmes
  3. General Discussion
  4. Thursday, 18 September 2014
  5.  Subscribe via email
Hi, in my local test site (t3_bs3_blank) I'm trying to change the original logo image with another bigger one (1100x357px).
This is perfect for the large and medium screens, but it seems that the new png image is not responsive on the small screens.
Is there a simple method to make responsive the header logo image?
I searched this discussion forum but I have not found a clear answer.
Thank you in advance
Comment
There are no comments made yet.
Accepted Answer Pending Moderation
0
Votes
Undo
You can add class "img-responsive" on the following code :

<img class="logo-img img-responsive" src="/<?php echo JURI::base(true) . '/' . $logoimage ?>" alt="<?php echo strip_tags($sitename) ?>" />


To get this code, you can open file in the directory .../templates/[YourNameTemplate]/tpls/block/header.php
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi,

If you use such large logo image, you should customize the header.php file, create new position, restructure the header block so that the logo can fit the header block. Here is the documentation that could help you:

http://t3-framework.org/documentation/bs3-customization#logo-custom
http://t3-framework.org/documentation/bs3-customization#layout-width

Gardner.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.