Difference between revisions of "Template:UCSC-Header"

Line 254: Line 254:
 
   }
 
   }
  
@media screen and (min-width: 1208px) {
+
@media screen and (min-width: 1058px) {
  
 
   /*#bodyContent h4 {
 
   /*#bodyContent h4 {
Line 303: Line 303:
 
}
 
}
  
@media screen and (min-width: 200px) and (max-width:1208px){
+
@media screen and (min-width: 200px) and (max-width:1058px){
  
 
   .logo-header-custom2 {
 
   .logo-header-custom2 {
Line 598: Line 598:
 
   if (settings.sticky === true) cssmenu.css('position', 'fixed');
 
   if (settings.sticky === true) cssmenu.css('position', 'fixed');
 
resizeFix = function() {
 
resizeFix = function() {
   var mediasize = 1208;
+
   var mediasize = 1058;
 
     if ($( window ).width() > mediasize) {
 
     if ($( window ).width() > mediasize) {
 
       cssmenu.find('ul').show();
 
       cssmenu.find('ul').show();

Revision as of 04:43, 26 October 2017