Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Andre Prior Friend
    #191063

    Hello, I want to lower the whole Categorie Sidebar but I cant find the correct setting in the template.css.

    Please see picture


    1. screenshot
    swissa Friend
    #507699

    If it is just the category sidebar you need to go to template.css at around line 1525 (on my old Wall)

    #sidebar .moduletable {

    • float: none;
    • width: 100%;
    • margin-top: 15px; < add this line and adjust as you want.

    }

    If you want to move the whole of the sidebar then better off doing it in layout.css around line 188

    #sidebar { margin-left: -120px;
    position: fixed;
    top: 70px; /* Space for header */
    width: 120px;
    }

    adjust the ‘top’ element from 70px to whatever you need.

    Hope that helps.

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  swissa 11 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum