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
#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;
}