2 columns in submenu

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Wed Apr 22, 2015 3:24 pm
Reply with quote
Report this post
Hi, I'm using news 2 template Joomla 3.4.1 I want make two columns in sub menu
Would you please help me with that
my web is http://www.prnoticias.com
It´s possible put diferent size logo in mobile devices?
Thank`s in advance
User avatar
Fresh Boarder

teitbite
Wed Apr 22, 2015 4:32 pm
Reply with quote
Report this post
Hi

For columns please see here: https://www.gavick.com/documentation/un ... ns-in-menu

For logo. Add this code to mobile.css:

Code: Select all
#gkLogo {
    clear: both;
    background: url('URL_TO_SMALLER_LOGO') no-repeat 0 0 transparent;
    height: HEIGHT_OF_SMALL_LOGOpx;
    width: WIDTH_OF_NEW_LOGOpx;
}

#gkLogo img {
    display: none;
}
User avatar
Moderator

GK User
Thu Apr 23, 2015 4:26 pm
Reply with quote
Report this post
Hi, css don't work for me, I don't know if it's because I have overrides in logo, can be for this?
User avatar
Fresh Boarder

teitbite
Fri Apr 24, 2015 5:28 pm
Reply with quote
Report this post
Hi

I cannot see this code in mobile.css file, so if You have added that already than You may need to clear cache in joomla or server.
User avatar
Moderator


cron