Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author TT Themes

    (@tomastoman)

    Hello,

    creating a space between posts could be possible using custom CSS. Please try to copy the following CSS code into the “Custom CSS” textarea located in “Theme Options > Other Settings”:

    .home #content, .archive #content {background: none !important; padding-left: 0; padding-right: 0; width: 710px; box-shadow: none !important;}
    .home #content .post-entry, .archive #content .post-entry {background: white; padding: 25px 35px; margin-top: 20px; max-width: 640px; box-shadow: 0 0 3px #555555;}
    .home .post-entry .publish-date, .archive .post-entry .publish-date {left: -20px;}
    .home .slideshow-home, .archive .archive-title {background: white; padding: 35px; margin-top: -15px; box-shadow: 0 0 3px #555555;}

    Of course, you can edit or add any values as needed to fit your website.

    Thread Starter GuillaumeDieppe

    (@guillaumedieppe)

    Many thanks !!! Its great !

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change background layout’ is closed to new replies.