Shop Categories

X

ENCABEZADO

Home Forums Agama Pro ENCABEZADO

Topic Resolution: Resolved

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #11615
    jjproducciones
    Participant

    Hola, no he podido configurar el encabezado de la pagina web. El inconveniente surge en la vista de dispositivos moviles ya que quiero que salga una sola barra. es decir logo – menu no uno sobre el otro.
    Y adicional a ello quiero que el encabezado quede estatico mientras se desplazan en la pagina.

    En resumidas palabras, quiero que el encabezado sea una sola fila logo – menu y siempre esté estático.

    #11616
    Zex
    Moderator

    Hola,jjproducciones!

    If I correctly understand your request, (please correct me if I’m wrong) the next code should solve your problem. :(Insert it into Customizing->General->Additional CSS)

    @media (max-width:994px) {
    .sticky-header.sticky-header-shrink {
     position: fixed!important;	
    }   
    nav.mobile-menu {
     position: fixed!important;
     width: 100%;
     top: 90px;
     height: 220px;
     overflow: auto;
     z-index:9999;
    }
    
    h1.site-title a {
     width: 80%!important;
     text-align: left!important;
    }  
    
    .logo{
     float: left!important;
    } 
    
    .mobile-menu-icons{
     width: 20%!important;
     clear: none!important;
     text-align: right!important;
    }	
    }

    Regards

    #11617
    jjproducciones
    Participant

    Super! Se ha solucionado.
    Hay alguna forma de configurarlo sin necesidad de colocar CSS?

    #11619
    Zex
    Moderator

    Hi,

    Currently, that is the only way.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.