Change sidebar size "width" not found on stylesheet
-
Hi, i am triing to reduce my sidebar width, but the one i am currently running don’t have a width attribute anywhere, only found that on stylesheet:
/* Sidebar Nav */
.sidebar-nav { padding-bottom: 0; }
.sidebar-nav h3 { font-size: 16px; font-weight: 400; margin-top: 0;text-transform: uppercase; }
.sidebar-nav li { margin: 0 0 20px; }
.sidebar-nav li:last-child { margin: 0 0 10px; }
.sidebar-nav li li { list-style: none; margin: 0; }
.sidebar-nav li li:last-child { margin: 0; }
.sidebar-nav ul ul { padding-left: 0; }
.sidebar-nav .nav li a { display: inline-block; padding-left: 0; padding-right: 0; padding-top: 0; }
.sidebar-nav .nav > li > a:hover { background: none; }.sidebar-nav .social li { display: inline-block; padding: 0 10px 0 0; }
.sidebar-nav .social li a:hover { text-decoration: none; }#sidebar .well { background: #E0E0E0; border: 5; }
I don’t know what to change here to reduce it’s width. Any help?
- The topic ‘Change sidebar size "width" not found on stylesheet’ is closed to new replies.