• Hi Guys,

    I would like to center my picuteres – as you see the images are slightly left.

    Also I am not sure how to delete the big distance between the pictures and the start/end of site.

    Asked my computer scientist but he said it’s theme-dependent.

    Thanks for an Answer ??

    Best Greetings,

    Jonathan Krüger

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello there,

    Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    
    .home .content-area {
      padding-right: 0;
    }
    
    .home .site-main > .hentry {
      padding-top: 0;
      padding-bottom: 0;;
      margin-bottom: 0;
    }
    
    .home .entry-content {
      margin-top: 0;
    }
    
    .home .entry-header,
    .home .entry-footer {
      height: 0;
    }
    
    .home .entry-footer {
      margin-top: 0;
    } 
    

    Regards,
    Kharis

Viewing 1 replies (of 1 total)
  • The topic ‘Homepage-Pictures Centered’ is closed to new replies.