Imbalance 2: Align content with header, delete info above images
-
Hi,
1. I’m trying to aling my content with the header image, so that the title as well as the images are in one vertical line with the header. I tried this:
{
padding-left: 0;
margin: 0 auto;
}but it doesn’t go all the way to the left.
2. I want to get rid of the info that’s automatically provided when I click on an image:
By WeAreSisyphos / May 23, 2013 2468 × 3452 pixels / Edit
Thanks a lot in advance!
KlaraThe blog I need help with is: (visible only to logged in users)
-
@ 2. got rid of it with this
.entry-meta {
display: none;
}BUT I want to get rid of the page headers in the content, f.ex:
If you click on “current” in the menu, I don’t want it to say “current” at the top of the body. I want this gone for all the pages.
Cheers!
-
-
-
-
This will take away the left margin for the content and take the content left, but you will be trading the white space on the left for one on the right. I’ve increased the width of the content area to the width of the parent wrapper to recover that space, but you will have to also have to increase the “content width” on the CSS page below the text area by 250 from what is shown by default, and then you will have to edit the two pages you have with images, delete the galleries and then reinsert them to take advantage of the new size.
.entry-content { margin-left: 0; width: 960px; } -
-
- The topic ‘Imbalance 2: Align content with header, delete info above images’ is closed to new replies.