-
AuthorPosts
-
Andre Prior Friend
Andre Prior
- Join date:
- September 2014
- Posts:
- 101
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 21
- Thanked:
- 3 times in 1 posts
October 1, 2013 at 12:55 pm #191063Hello, I want to lower the whole Categorie Sidebar but I cant find the correct setting in the template.css.
Please see picture
swissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
October 1, 2013 at 1:26 pm #507699If 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.
1 user says Thank You to swissa for this useful post
AuthorPostsViewing 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
CSS / How to lower Categorie Box?
Viewing 2 posts - 1 through 2 (of 2 total)