responsive logo

February 2014 Joomla Template
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Sep 08, 2015 2:11 pm
Reply with quote
Report this post
Witam,
W jaki sposób mogę zamieścić grafikę, logo w pozycji Logo aby było responsywne w szablonie news2.

Po przez rozszerzenia -> szablony -> gk_news2 -> features -> logo type image mogę zamieścić każdą grafikę ale nie mogę nadać klasy gkResponsive, zaś wyłączając opcję logo w szablonie nie mogę zamieścić modułu html w pozycji Logo.
User avatar
Fresh Boarder

GK User
Wed Sep 09, 2015 8:13 am
Reply with quote
Report this post
Podaj proszę adres strony.
User avatar
Moderator

GK User
Thu Nov 19, 2015 1:38 pm
Reply with quote
Report this post
Cyberek wrote:Podaj proszę adres strony.

http://zs4.mojaszkola.net/ - to się tyczy ogólnie problemu szablonu news2 , kiedy logo jest dużo większe niż założone przez gavicka.
User avatar
Fresh Boarder

GK User
Wed Nov 25, 2015 4:47 pm
Reply with quote
Report this post
Wyedytuj plik: /templates/gk_news2/css/override.css i dodaj na jego końcu:
Code: Select all
@media (max-width: 640px){
    #gkLogo {margin: 2%; width: 96%; box-sizing: border-box;}
    #gkLogo img {max-height: 100%; max-width: 100%;}
}

@media (min-width: 640px){
    #gkLogo {width: 70%;}
    #gkLogo img {max-width: 100%;}
}

Pamiętaj by włączyć "CSS override" w ustawieniach templatki - zaawansowanej sekcji.
User avatar
Moderator

GK User
Fri Dec 04, 2015 4:13 pm
Reply with quote
Report this post
Dzięki, działa prawidłowo.
User avatar
Fresh Boarder

GK User
Sun Dec 06, 2015 9:50 pm
Reply with quote
Report this post
Czy jest jeszcze coś w czym mogę Ci pomóc (odnośnie tego wątku)?
User avatar
Moderator


cron