• Resolved muthualagappanchess

    (@muthualagappanchess)


    Hello,

    I am using woo commerce plugin in virtue theme. In the shop settings, I have put the minimum title height at 70 and my products are aligned properly in desktop view.

    However, the title alignment is irregular in mobile view. Please let me know how can i align the title height in mobile.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey,
    On mobile it should be one column can you post a link so I can see what you mean?

    Kadence Themes

    Thread Starter muthualagappanchess

    (@muthualagappanchess)

    Hello,

    I am using 2 columns in my mobile site. You can look at https://8cross8.com. The height is aligned based on the number of lines the title has. Can a minimum height be set so that the products in both the columns look properly aligned.

    For desktop view, the settings is available in minimum title height under shop settings. Is there any setting for mobile view ?

    Note: In my site, I haven’t uploaded images for few products and it might look irregular alignment. But if you look at it you can also find that the alignment is also based on title’s height.

    In your theme options > advanced settings you can add this css:

    @media (max-width: 480px){
       body .product_item .product_details h5 {
        min-height: 100px;
    }
    }

    That would only effect mobile.

    Kadence Themes

    Thread Starter muthualagappanchess

    (@muthualagappanchess)

    Hi

    Thanks.. It worked very well 🙂

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘title alignment in mobile view’ is closed to new replies.