Forum Replies Created
-
AuthorPosts
-
Emily
ParticipantThanks.
I think this might overwrite an adjustment I already made.
Basically my site has three pages types:
– the homepage with the blogroll grid
– submenu pages from the category links (this is the page type I’m referring to in this post, where I want to move the page title down to be closer to the submenu grid)
– content pagesIt seems that the #main padding command works for the spacing in the grid, (so the homepage and content pages now work how I’d like them to) but the page title exists in a separate div above this.
My site is emilyblandford.com, hopefully that helps in context.
I currently have the following custom CSS to change the spacing:
#main { display: block; padding: 30px 0px 0; } @media only screen and (min-width: 768px) { #main { padding-top: 240px; } #site-logo { padding-top: 80px; padding-bottom: 0px; } .entry-main { padding-top: 0px; }
Emily
ParticipantAh, I’ve worked it out. Thanks!
Emily
ParticipantThank you. In the mobile version I’d like to keep it how it was, without the spacing. How would I use the spacing just for desktop versions? Thank you!
February 17, 2017 at 9:05 pm in reply to: Change colour blocks and text when hovering over homepage images #50046Emily
ParticipantThank you
February 10, 2017 at 11:40 am in reply to: Change colour blocks and text when hovering over homepage images #49914Emily
ParticipantThank you 🙂
How would I change the opacity of just the background, not the text as well please?
At the moment the white text code only affects the excerpt text not the title, is there a way to include that too? I think at a the moment that takes font colour from a more general heading style.Thank you, Emily
Emily
ParticipantThank you
-
AuthorPosts