move ‘post-meta’

  • Unknown's avatar

    Hi, i want my blog to extend across the full screen, but the ‘site-meta’ block is in the way on the lefthand column. Is there a way to move the site-meta to the bottom ?

    WP.com: Yes
    Jetpack: No
    Correct account: Yes

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar
    Yes, you can move the site-meta block to the bottom by adding some CSS code to your blog. Here are the steps you can follow:
    
    1. Go to the 'Customizer' in the backend of your blog.
    2. Click on 'Additional CSS' at the bottom of the menu.
    3. Add the following CSS code:
    `
    .site-meta {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
    `
    4. Click on 'Publish' to save the changes.
    
    This CSS code will move the site-meta block to the bottom of the page and make it extend across the full width of the screen.
  • The topic ‘move ‘post-meta’’ is closed to new replies.