badget

Biggest Sale! Special Offer!

Get 50% discount on all of our single themes with this coupon code: #50%SALE

Hurry up! *Limited time offer*

Emily

Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: Page title spacing #50118
    Emily
    Participant

    Thanks.

    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 pages

    It 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;
    }
    in reply to: Home page layout #50108
    Emily
    Participant

    Ah, I’ve worked it out. Thanks!

    in reply to: Home page layout #50107
    Emily
    Participant

    Thank 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!

    Emily
    Participant

    Thank you

    Emily
    Participant

    Thank 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

    in reply to: Reorder posts on homepage #49819
    Emily
    Participant

    Thank you

Viewing 6 posts - 1 through 6 (of 6 total)