Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

106
Views
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 answers
Answer question

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 Report

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 Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!