Okay
  Public Ticket #1882372
Blog section - 2 post per row
Closed

Comments

  • Cathrin_Dem started the conversation

    Hi! I love your theme! this is really great. For now I have a question. I want to have 2 posts per row. Is there any possibility to do it? I use Masonry Blog no Sidebar layout Classic Enhanced Style. I don't mind some coding and styling. I just need some guidance. 


    Thanks.

    Cheers, Kate.

  •  8,996
    Tahir replied

    Hey Again ,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    @media only screen and (min-width: 1000px) {
        .masonry-blog-item {
            width: 47.7% !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  • Cathrin_Dem replied

    WOW! Thanks! I have no idea what I did wrong before that, but now it works. I have one more question and I don't know if I need to open a new ticket or if I can ask here. I rewrote CSS a little for "recent posts" section. Because I want categories be UNDER the featured image. BUT! it would be great to move date on the place where the category was. I cannot position it, as it is in div.article-content-wrap. In which file can I rewrite php a little to change it? I think it is entry.php in post-templates folder. But I would be very thankful if you tell me the line number) 


    Thanks.

  •  8,996
    Tahir replied

    Hey Again,

    We would suggest not to change the php files as those would be rewritten when the Theme is updated. 

    Best 


    ThemeNectar Support Team 

  • Cathrin_Dem replied

    Thank you for the answer. I know that it can be changed. Usually I copy it before any updates. And usually I change theme files only if it is very necessary. Anyway, thank you for the quick reply.

    I think this thread can be closed.

    Cheers