Viewing 12 replies - 1 through 12 (of 12 total)
  • Theme Author thememattic

    (@thememattic)

    Hi @1826koxp

    Thanks for writing to us.
    You can add the following CSS to your customizer -> Additional CSS section.

    @media only screen and (min-width: 1025px){
    	body.extended-menu .masonry-grid.masonry-col article, 
    	.left-sidebar .masonry-grid.masonry-col article, 
    	.right-sidebar .masonry-grid.masonry-col article {
    	    width: 33% !important;
    	}
    }

    Note: You may need to manage the width for responsive view with further media queries CSS.

    Hope this will solve your problem.

    Best Regards

    Thread Starter Share Textures

    (@1826koxp)

    @thememattic Thanks for fast reply. Can your’s minimal grid pro theme control grids?

    I can’t with the code. Can you check it if posible?

    https://www.sharetextures.com

    Theme Author thememattic

    (@thememattic)

    Hi @1826koxp

    Yes, we’ve such option you just can check our demos. You can choose between 2 column and 3 column layouts.
    See here for reference. https://prnt.sc/mbywxg

    Thread Starter Share Textures

    (@1826koxp)

    @thememattic I need 4 or 5 columns. Is it possible?
    If possible I would like to buy your theme.

    Theme Author thememattic

    (@thememattic)

    @1826koxp

    Yes, it can be achieved by using custom CSS only.

    @media only screen and (min-width: 1025px){
    	body.extended-menu .masonry-grid.masonry-col article, 
    	.left-sidebar .masonry-grid.masonry-col article, 
    	.right-sidebar .masonry-grid.masonry-col article {
    	    width: 20% !important;
    	}
    }

    As increasing the column to 4 or 5, the content might not adjust well with the device window size and is not recommended.

    Do let us know your feedback on this.

    Thank you

    Thread Starter Share Textures

    (@1826koxp)

    @thememattic Great! It’s working well. Thanks. I sent an e-mail about my concern. Pro theme license is permanent or annual ??

    Theme Author thememattic

    (@thememattic)

    @1826koxp

    With the purchase of pro theme, you can use the theme file for a lifetime on multiple websites. No restrictions on that.

    Hope this answer your queries.

    we may have already replied your email as well ??

    Thread Starter Share Textures

    (@1826koxp)

    @thememattic ?? I read it just now. You have a great team! Thanks for the good advice and notes.

    I will buy it in few days.

    All Regards.
    Tolga

    Thread Starter Share Textures

    (@1826koxp)

    @thememattic I have one more problem. When I close the sidebar menu, I want to see 5 columns. I can’t fix it. Can you help me with it too, please?

    Theme Author thememattic

    (@thememattic)

    Hi @1826koxp

    You just can add the following CSS to get the result you required.

    @media only screen and (min-width: 1025px){
    	body .masonry-grid.masonry-col article {
    	    width: 20% !important;
    	}
    }

    Hope you see the required result.

    Best Regards

    Добрый день!
    Я купил профессинальную версию темы, но Ваш код:
    @media only screen and (min-width: 1025px){
    body.extended-menu .masonry-grid.masonry-col article,
    .left-sidebar .masonry-grid.masonry-col article,
    .right-sidebar .masonry-grid.masonry-col article {
    width: 33% !important;
    }
    }

    Не помог сделать сетку развернутой. Что делать?

    Hello @thememattic !
    Please help a little with the theme

    Entered the necessary code: https://pastenow.ru/f308e963b0b090e8e96606af09f668d8

    But the columns did not change. I must be entering the wrong way.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Add more column at homepage/category page’ is closed to new replies.