single column and a specific width different from the default
-
Mod
You can select “single column” when you create the page.You will need custom CSS to control the width.
I´ve try with this code but it does no work
.page-id-1759 #wrap {padding: 0 20px;
width: 500px;
margin-left: auto;
margin-right: auto;
border-left: 2px solid #414141;
border-top: 2px solid #414141;
border-bottom: 2px solid #414141;
border-right: 2px solid #414141;
background-color: #FFFFFF;
}Mod
#wrapis not a Graphene ID.You need to try this:
.page-id-1759 #container {
width: 1200px;
}You will also need to adjust this:
.page-id-1759 #content-main {
width: 800px;
}Are you sure you meant 500px? That’s really narrow.
Admin
You cannot, since the header will be used on the other pages which have wider container width as well, therefore it needs to be as large as the container width set in Graphene Options.
Easiest would be to just set your own header image using CSS for that particular page.
Admin
Try using Firebug add-on for Firefox to figure out what’s the class or ID of elements you’d like to change. Or just press F12 on Firefox or Chrome. See the tutorial by Ken here: http://blog.kjodle.net/2011/10/02/using-firebug-to-tweak-your-blog/
Viewing 10 posts - 1 through 10 (of 12 total)
- 1
- 2
- You must be logged in to reply to this topic.
