Theme design from blank
-
Hello,
As a non-expert programmer, I’m trying to develop my own theme from a blank.
I have a problem I don’t find an online solution for.
I want to separate the content of the website from the header, so I could stretch the header automatically from side to side but keep the page content centered into a 1000px width.On the main stylesheet, the body is limited to 1000px, this function effects on the header also.
body{
margin: 0 auto !important;
float: none !important;
width: 1000px;
}As I said, I started this theme from blank, there are no ready files in the content folders, except the default WordPress ones.
-
Designing your own theme is not possible here at WordPress.COM.
Read: https://en.support.wordpress.com/com-vs-org/
See: Moving to self hosted WordPress http://move.wordpress.com
The wordpress.ORG support forum is at http://wordpress.org/support.
The wordpress.ORG login link is here https://login.wordpress.org/
If you do not have an account yet then click Create an account https://login.wordpress.org/register/ and if you have lost an account password click Lost password? https://login.wordpress.org/lostpassword/
WordPress.org support docs are at https://codex.wordpress.org/Main_Page
See also https://apps.wordpress.org/support/ for app support.
- The topic ‘Theme design from blank’ is closed to new replies.