Add header size in Pilcrow theme
-
Hi,
I changed manually some features of the Pilcrow theme to make it 1100 px wide including a 500 px sidebar instead of the smaller official sizes but the problem comes now with the header; it doesen’t fill the total width as you can see here: http://www.cronoramia.com
I also have almost no separation between body content and the sidebar.
Could anyone help me with the code?
Thanks and regards.
Daniel
code:
/* =Structure
———————————————– */body {
padding: 0 3.8%;
}
#wrapper {
max-width: 1100px;
margin: 0 auto;
}
#container {
clear: both;
margin: 0 auto;
}
#wrapper #container {
margin: 0 4.7%;
}
#header {
float: left;
width: 100%;
}
#content-box {
width: 100%;
}
#content-container {
width: 100%;
}
#content {
}
#main-sidebars {
max-width: 500px;
width: 45.5%;
}
#feature {
width: 100%;
}
#sidebar,
#secondary-sidebar {
overflow: hidden;
} -
Hi cronoramiaorg,
It appears that the blog your talking about is a self hosted WordPress.org site.
This forum is for WordPress.com support.
http://en.support.wordpress.com/com-vs-org/You would be better off getting support over at the WordPress.org support forum which is at http://wordpress.org/support/
Best of luck.
-
-
Here’s a direct link to the Pilcrow support forum:
http://wordpress.org/support/theme/pilcrow
You’ll need a free WordPress.org account to post – if you don’t already have one, you can register here:
https://wordpress.org/support/register.php
Be sure to provide a link to your site when you post so people can help you more easily.
- The topic ‘Add header size in Pilcrow theme’ is closed to new replies.