Viewing 1 replies (of 1 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @kalich5,

    Your site includes custom CSS causing the posts to overlap the site header element:

    #site-header {
    	font-family: themix;
    	font-weight: 700;
      background: transparent !important;
    	margin: 0;
    	position: absolute;
    	left: 0;
    	right: 0;
    	top: 0;
    	z-index: 2;
    }

    Second, the images used on the archive page are high resolution (twice the resolution of the display size). If I misunderstand your issue with the images, let me know.

    — Anders

Viewing 1 replies (of 1 total)
  • The topic ‘Posts site’ is closed to new replies.