Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Fixed/Fluid Nav Bar


Recommended Posts

Hi

 

Probably a silly question, but is it possible when in sm md lg  view,to have the navbar fixed and in xs view have the nabar floating. If so how please.

 

Many thanks

 

Grandpa

Link to comment
Share on other sites

@@aurelou

 

Hi

 

Many thanks, I think I have it sorted. changed CSS just a little to this

@[member=media]  (min-width: 768px) { 
 .navbar
{
position: fixed;width:100%;z-index:1000;
    }
    }

And it seems to work.

 

Many thanks

Grandp

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...