March 26, 201511 yr Hello you all! I'm designing my first WP theme ever and I just bumped into some problems with my sidebar. Take a look: http://zarkopef.se/tesa/# By some reason the sidebar places itself in the middle of the site, and not in the top where I want it to be. What should I do in order to place it correct? I also have some problems with the width, I would like to have it wider but when I try to do so, the sidebar is moved to the bottom. Edited March 26, 201511 yr by Aeneas
March 26, 201511 yr I'd wrap the posts and remove the float from the posts and add it to the wrapper. Personally I mark-up like the following. <header> </header> <main> float: left; width: 70%; </main> <aside> float: right; width: 30%; </aside> <footer> </footer>
March 26, 201511 yr btw 10.5 mb is quite large for an image - you might want to reduce it by about 10.3 mb
Create an account or sign in to comment