Three questions))

Support help forum dedicated to free and commerical templates for Joomla 3 and 2.5 version.
GK User
Tue May 15, 2012 3:55 pm
good day

1) a template for the site of the appspro-written that it is optimized for mobile devices. Note if this applies to other templates for the site?
2) there are some patterns TOPNAV
http://demo.gavick.com/joomla16/mar2012 ... Itemid=107
or
http://demo.gavick.com/joomla16/nov2011 ... -positions
and some do not
http://demo.gavick.com/joomla16/dec2011 ... Itemid=107
is it possible to add or topnav it is impossible to change?
3) Can the LOGO to be just text, not the picture?
User avatar
Expert Boarder

teitbite
Fri May 18, 2012 5:44 pm
Hi

I'm very sorry but I do not understand questions 1 and 2. Can You please explain it a little better ?

For question 3. YES You can find such option in template settings:
User avatar
Moderator

GK User
Sun May 20, 2012 9:57 am
OK!
1) I mean, if all your templates are optimized for mobile viewing
2) In some templates for websites is topnav
Can I do so in all the templates?
User avatar
Expert Boarder

GK User
Sun May 20, 2012 10:02 am
cool, place text on the logo works))
is it possible to change the height and color?
User avatar
Expert Boarder

teitbite
Sun May 20, 2012 7:40 pm
Hi

1) Yes our templates got a different layouts for multiple mobile devices built in
2) This position depends on a templates. Not everyone got that. If not please read this article to learn how to add a new module position: https://www.gavick.com/documentation/jo ... -position/

Color and size of text in logo area can be modificated with CSS. Please show me Your site, so I'll be able to tell You exacly.
User avatar
Moderator

GK User
Mon May 21, 2012 3:05 pm
http://7249678.ru/
I have a lot of different issues, so I still do articles and content for the site, and then'll design
User avatar
Expert Boarder

teitbite
Tue May 22, 2012 6:41 am
Hi

Your site is password protected. Please send me an access to it.
User avatar
Moderator

teitbite
Tue May 22, 2012 8:12 am
Hi

The class responsible for bigger text is:

Code: Select all
h1#gkLogo.text a > span {
    color: #333333;
    display: block;
    float: left;
    font-size: 36px;
    line-height: 84px;
    text-transform: none;
}


For smaller:

Code: Select all
h1#gkLogo.text .gkLogoSlogan {
    clear: both;
    color: #CCCCCC;
    display: block;
    float: left;
    font-size: 10px !important;
    height: 14px;
    line-height: 10px;
    margin: -20px 0 0 4px;
    text-transform: none;
}
User avatar
Moderator


cron