Shop Categories

X

shop view

Home Forums Agama Pro shop view

Topic Resolution: Resolved
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #12733
    SASAYEMENI
    Participant

    in free version of agma my products shows in too columns on mobile screens but when i moved to agma pro its show as only one column i need to see my shop as tow line on mobile screens .

    #12736
    Zex
    Moderator

    Hello,SASAYEMENI!

    I think the following code will help you to solve the problem you have
    (Insert it into Customizing->General->Additional CSS):

    @media (max-width: 479px){
    ul.products li {
        width: 46% !important;
        margin-right: 8px !important;
        }
    }

    https://prnt.sc/muf0x8

    Best Regards

    #12770
    SASAYEMENI
    Participant

    this code solve the problem in shop page
    but in single product page he is still show the page only in 50% of page space

    #12771
    Zex
    Moderator

    Hi, SASAYEMENI!

    I don’t see the problem with the single product page.

    https://prnt.sc/muqd1y

    Can you send me a screenshot of the problem you have?

    Regards

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