Viewing 3 replies - 1 through 3 (of 3 total)
  • Tigran Nazaryan

    (@progmastery)

    hi @martinovy,

    thanks for the suggestion, we will add more options to customize posts index templates, in one of the next versions of the theme.

    If you need it now, you may create child theme and override archive.php template in it. or alternatively use custom CSS.

    
    .archive-page .img_container {
    float:left;
    margin:10px;
    }
    .archive-page > .clear {
    display:none;
    }
    
    Thread Starter Martinovy

    (@martinovy)

    Hello @progmastery.
    Thank you for your reply. Unfortunately the custom CSS did not give any result. I have a child theme created, but I’m unable to do such modifications. Are you able to help me with it?

    Tigran Nazaryan

    (@progmastery)

    can you please give URL of the page?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Post thumbnails – change size or placement’ is closed to new replies.