Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Bootstrap NavBar Mobile View Links


Recommended Posts

Hi there

I am trying to find a way to add a couple of links to the navbar menu but only in the drop down mobile view when it becomes vertical.

I don't need the links in the across the top horizontal mode as they are easily available in desktop mode from the left menu.

 

Not sure the best way to go about it.

Doug :wacko:

 

 

Link to comment
Share on other sites

Thanks Burt... that got it.

 

i also tried and it worked

<?php echo '<li class= "hidden-md hidden-lg" ><a href="' . tep_href_link('somelink') . '">' . 'test' . '</a></li>';

 

but much better is

 

<?php echo '<li class= "visible-xs-block"><a href="' . tep_href_link('somelink) . '">' . 'test' . '</a></li>'; ?>

:thumbsup:

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...