Customizing home page
-
Hello,
I have customized a container on my site
} .page .container { width: 100%; padding-left: 0; padding-right: 0; }However,
I want to change this for just one page, the home page. Don’t I need to used the page id for the page like this?
} .page-id-34 .page .container { width: 75%; padding-left: 0; padding-right: 0; }I tried it and it didn’t work.
Help please
The blog I need help with is: (visible only to logged in users)
-
- The topic ‘Customizing home page’ is closed to new replies.