1. How to make "top banner" responsive? 
2. How to order "top banner" to be under the logo when viewed through a tablet? or make both on centre.
               
                
               
          




 1.00 out of 6 based on 1 vote(s)
1.00 out of 6 based on 1 vote(s)






/*
#------------------------------------------------------------------------
# News II - February Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2013 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: [email protected] 
*/
/* Here you can include your override CSS styles */
#ezblog-posts .itemsRow .blog-post {width: 50%;}
TPL_GK_LANG_BACKTOTOP="Back to top"
@media  (max-width: 580px) {
  #gkLogo {   
    width: 100%;
  }
  #gkLogo img {   
    max-width: 100%;
  }
}
@media (max-width: 840px) {
  #gkLogo {
    float: none;
    margin: 25px auto 20px auto !important;
  }
  #gkBannerTop {
    float: none;
    margin: 15px auto !important;
  }
}

