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. Guest
  2. Motivator Hole-in-One Smile Seeker
  3. General Discussion
  4. Friday, 21 March 2014
  5.  Subscribe via email
Hello,
i just updated the framework and the bs3 blank template, because i wanted to use small logos for smaller screens.
after the update, i could enable small logos. but on the frontend, now both logos are visible, in two rows.
is there is fix for that problem?

thanks,
d05
Comment
There are no comments made yet.
Accepted Answer
Accepted Answer Pending Moderation
0
Votes
Undo
Hi,
i found a solution. i added


/* Logo Resize */
@media (min-width: 995px) {

.logo-img-sm {display:none;}

}

@media (max-width: 995px) {

.logo-img {display:none;}

}


to the custom css file. it prevents the other logo from beeing displayed. i set the resize point to 995 because it works well with the design and the actual size of our brand logo. you might want to try and change this parameter so the logo will collapse at the right size.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # Permalink
Accepted Answer Pending Moderation
0
Votes
Undo
Hi dieter05,

Please backup your css folder and try to compile LESS to CSS.
It may help to to solve the issue.

Regards
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
I did but it showed the same problem. i
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Dieter,

You added the style to custom.css file? if yes, please turn the dev mode off so that your site will load .css files instead of .less files.

Gardner.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
I'm having the same problem. I'll try the above solution.

Yup, that worked. Thanks
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 4
  • Page :
  • 1


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