Sidebar Categories Change Layout

Home Forums Jevelin Theme Sidebar Categories Change Layout

Home Forums Jevelin Theme Sidebar Categories Change Layout

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • creativcompass
    Participant

    How can I make it so the categories of my sidebar doesn’t change the layout of my blog posts? My blog page is set to small images but when I click on a category in the sidebar, it changes the layout.

    Attachments:
    You must be logged in to view attached files.

    Hi @creativcompass,

     

    I hope you are well today and thank you for your question.

     

    Could you please share me the blog page URL from your site so that i can help you?

     

    Best regards,
    Shufflehound team

    creativcompass
    Participant

    The site is still in the development phase but this is it http://www.rdth.creativcompass.com/course-listings/

    Solution for this topic

    This is how it displays by default but you you can change it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .archive.category .blog-style-masonry article {
        width: 100%;
        position: static !important;
        clear: both;
    }
    
    .archive.category  .post-content-container {
        text-align: left;
        width: 67%;
        float: left;
    }
    
    .archive.category .post-meta-thumb {
        width: 30%;
        float: left;
    }
    
    .archive.category  .post-content-container  .post-title h2 {
        margin-top: 0;
    }
    
    .archive.category .masonry-shadow .post-item:hover .post-container{
        box-shadow: none;
        bottom: 0;
    }
    
    .archive.category .blog-style-masonry {
        height: auto !important;
    }

    creativcompass
    Participant

    Awesome, thank you!

    You are most welcome here 🙂

Viewing 6 posts - 1 through 6 (of 6 total)