Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

207
Vistas
How do I make top-links appear in the header on opencart mobile platform

I added some links into my header.tpl and when you look at the site on mobile they are completely missing. the site in question is 'theautoall.com' and the code for example of what I added is:

<li><a href="<?php echo $home; ?>" title="Lots more coming soon!"><span 
class="hidden-xs hidden-sm hidden-md"><strong>SITE CURRENTLY UNDER 
CONSTRUCTION</strong></span></li>

How can I make these appear on mobile device, and should I make the links shorter so they look more clean on mobile?

over 4 years ago · Santiago Trujillo
2 Respuestas
Responde la pregunta

0

Check your span styles 'hidden-xs hidden-sm hidden-md' in style sheet. They maybe using have display:none. If so, change this to display:block or remove the span class all together. If you only wish to show this in mobile version only, you will need to add a media query, for example

@media (max-width: 768px) { .hidden-xs, .hidden-sm, .hidden-md

}

over 4 years ago · Santiago Trujillo Denunciar

0

The link is not appearing on mobile devices because the file mentioned below has the CSS code in it which is mentioned below:

File: https://theautoall.com/catalog/view/javascript/bootstrap/css/bootstrap.min.css

Code:

>     @media (max-width: 767px)
>     .hidden-xs {
>         display: none!important;
>     }
over 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda