• 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?

Viewing 1 replies (of 1 total)
  • Look under /* Layout */ if it exists, or inspect elements using Web Dev Tool. The CSS responsible for the sidebar’s width might be in other stylesheet, like layout.css or some CSS framework stylesheet that theme loads in different file.

Viewing 1 replies (of 1 total)
  • The topic ‘Change sidebar size "width" not found on stylesheet’ is closed to new replies.