Page title removed but the space at the top of page remains
-
I have just started using the Graphene Theme and as many have said before me its a truly awesome template
I have set up a child and that is working OK, my problem is the page title area. I want to show 6 images 2 x 3 on a single column static home page, I can get the images in the page but the space where the page title was needs to go so the images are below the header with no space, I am not using a header navigation
I apologise if my question is incorrectly submitted
Regards
Paul
Admin
What about just inserting the images in the page that you use as the Static Front Page?
Admin
You can add the images to that page, and then use CSS to remove the top margin.
I have tried a couple of CSS for the page top margin but didn’t help
It looks like the margin needing change is at the top of the page content area, when in page edit the images are at the top which is good but when I view the site the images have dropped down to allow for where the title was and on the right in that area is the page edit control
Please can you let me know the css
Many Thanks
Admin
Try this:
.home #content {
padding-top: 0;
padding-bottom: 0;
}
.home .post {
border: none;
padding: 0;
margin-bottom: 0;
}
.home .entry-content p {
margin-top: 0;
}
.home .entry-footer {
display: none !important;
}I tried the above but very little change, I also tried them separately, the only one that any effect to the internal page margin was,
.home .entry-content p {
margin-top: 0;
}
The above css moved the images up slightly but the restricted page edit area is still there
Further help would be much appreciated
Paul
Viewing 10 posts - 1 through 10 (of 11 total)
- 1
- 2
- You must be logged in to reply to this topic.
