Shop Categories

X

MOVILE VERSION LOOKS KIND OF WEIRD

Home Forums Agama Pro MOVILE VERSION LOOKS KIND OF WEIRD

Topic Resolution: Resolved
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #26200
    Marcos Clairac
    Participant

    Hi there!

    I´m writing because the mobile version of my website looks weird, just the SHOP page (named as TIENDA). I´d like to see my products aligned in two columns, but if you look at it, they´re placed weird and looks kind of bad. The first two products are too closed to each other, and then the next one is just by itself beneath, and then the next two ones are excatly like the first two…

    Any solution to this?

    Thank you!

    #26202
    Zex
    Moderator

    Hello, Marcos!

    Insert the following code into Customizing->General->Additional CSS:

    @media (max-width: 480px){
    ul.products:not(.columns-1) li {
        width: 100% !important;}
    }

    Regards

    #26203
    Marcos Clairac
    Participant

    Works perfect.

    Thanx a lot!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.