View Single Post
  #2  
Old 07-19-2016, 11:52 AM
  totaltec's Avatar 
totaltec totaltec is offline
 

X-Guru
  
Join Date: Jan 2007
Location: Louisville, KY USA
Posts: 5,823
 

Default Re: Newbie needs to modify CSS...

So the code you want to add is:
Code:
@media (max-width: 1199px) and (min-width: 992px) { .navbar-inverse ul#top-main-menu { width: auto; } }

You can add it in a couple places, the best one being in your own custom module. If you are comfortable building a custom module that is whaere you should do it. If you are looking for an easier way, you can add this snippet under Look and Feel-> Custom CSS. If you are already using custom CSS (the use custom CSS box is checked) then just add it to the bottom of the file and save. If not, check the box, empty the code that is there if any, and then add your snippet and save.
__________________
Mike White - Now Accepting new clients and projects! Work with the best, get a US based development team for just $125 an hour. Call 1-502-773-6454, email mike at babymonkeystudios.com, or skype b8bym0nkey

XcartGuru
X-cart Tutorials | X-cart 5 Tutorials

Check out the responsive template for X-cart.
Reply With Quote