• Resolved magnail

    (@magnail)


    Hello everybody

    I love this plugin, and thinking about going pro, BUT my only issue is the size of the products and categories on the page, they are really HUGE now, and I don’t like that.

    Is there a way to adjust that easily? for someone with only a little programming skills?

    Thank you in advance!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Rui Guerreiro

    (@takanakui)

    Hi @magnail,

    We are glad you are enjoying the plugin.
    Do you mean the size of this image?

    https://cl.ly/1N0d203o3U00

    Thanks

    Thread Starter magnail

    (@magnail)

    hmm it is hard to explain, but when you see the categories and products, one product fills the whole sreen (sorry for my english, it is my second language, so it is hard to explain.

    I would love if it was 4-5 products in one screenshot, not just one as it is here:picture

    Thank you for your fast reply!!

    Plugin Author Rui Guerreiro

    (@takanakui)

    I see what you mean, that isn’t managed by WP Mobile Menu but I can help with some custom css.

    I would say that 4-5 products is too much for the available space. I would suggest 3 products per row.

    Add this custom css to your theme.

    @media (max-width: 768px){
    ul.products li.product {
        float: left;
        width: 29%;
        margin-left: 2%;
        margin-right: 2%;
       }
    }

    This is how it looks.
    https://cl.ly/3M3h2t0R1k3S

    Plugin Author Rui Guerreiro

    (@takanakui)

    Will close the topic for now.
    Let me know if you need further help with this.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘size of product and categories’ is closed to new replies.