• Resolved tomekprus

    (@tomekprus)


    Hey guys.

    First of all, great theme! so far really enjoying it!
    Second, i havent been using wordpress for some years so im no expert.

    I was just wondering, if its possible to change the number of featured image/posts in each row from 3 to for example 4??

    Im using my Home page as a Posts page, but i want it to show 4 images in each row instead of 3.

    Thanks for your time!

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter tomekprus

    (@tomekprus)

    problem solved you need to change

    .post-inner and/or .section-inner

    Thread Starter tomekprus

    (@tomekprus)

    rozwi?zany

    Are you able to post more specific location of the input that changes this?
    Also, where you able to figure out how to change the size of the thumbnail?

    Thread Starter tomekprus

    (@tomekprus)

    So tab appearance / editor file style.css
    search
    …………………………………………………….

    .post-inner {
    width: 920px;
    max-width: 85%;
    margin: 0 auto;
    padding: 80px 0 90px;
    }
    ……………………………………………

    .section-inner {
    width: 1040px;
    max-width: 90%;
    margin: 0 auto;
    }

    …………………………………………

    .posts .post {
    width: 48.025%;
    padding-bottom: 48.025%;
    }

    .posts .post:nth-child(4n+1) { margin-left: 3.95%; }
    .posts .post:nth-child(2n+1) { margin-left: 0; }

    Thread Starter tomekprus

    (@tomekprus)

    I forgot even the size of the blocks , set the discretion I wanted to 4 so I put 21 % Experiment roses settings

    .posts .post {
    display: block;
    width: 21%;
    margin-top: 3.95%;
    padding-bottom: 21%;
    float: left;
    position: relative;
    background-size: cover;
    background-position: center;

    Thread Starter tomekprus

    (@tomekprus)

    In this case, the problem is not in the template only in the number of posts displayed . /wp-admin/options-reading.php – you need to change eg . 12 or 16 to appear the next row of posts

    I changed it to what you said I see no difference on my Smartphone

    See I dont want for in a raw on a smartphone because it will look like this test.moxun.nl/2016/04/12/bug

    Please help me..

    prototypephoto

    (@prototypephoto)

    I’ve been trying to do a similar thing with my homepage but make it a row of 2 and column of 2 photos.

    The code posted above doesn’t seem to make any change, save for indent the bottom row a little.

    https://www.PrototypePhoto.com

    Any further advice?

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘how to change number of posts in row’ is closed to new replies.