douglaswalker Posted September 11, 2015 Share Posted September 11, 2015 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 More sharing options...
burt Posted September 11, 2015 Share Posted September 11, 2015 http://getbootstrap.com/css/#responsive-utilities use class="visible-xs-block" Link to comment Share on other sites More sharing options...
douglaswalker Posted September 11, 2015 Author Share Posted September 11, 2015 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.