• Resolved Web Apolo

    (@webapolo)


    Hello Dotstore support,

    I am facing the same problem with the banner. I have read that it is a common problem but I don’t see the solution.
    The banner at the pc version is on top, but at mobile version is at bottom.

    please I need your help
    Thanks

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Hitendra Chopda

    (@hitendra-chopda)

    Hello webapolo,

    Thanks for reaching out to us.

    Actually, this is your theme specific CSS issue.

    In desktop version, product sidebar is in left and product filter list is in right.

    In mobile view, it reverse by below CSS.

    flex-direction: column-reverse; so, you need to add it like flex-direction: column; as mentioned in the below CSS

    @media (max-width: 921px)
    .ast-left-sidebar #content>.ast-container {
        display: flex;
    //    flex-direction: column-reverse;
          flex-direction: column;
        width: 100%;
    }

    Please apply settings and your side and it will work.

    Best Regards,
    Hitendra & Customer Care team

    Plugin Support Hitendra Chopda

    (@hitendra-chopda)

    Hey webapolo!

    This thread has been inactive for a while so we’re going to go ahead and mark it Resolved.

    Please feel free to open a new thread if any other questions come up and we’d be happy to help. ??

    Best Regards,
    Hitendra & Customer Care team

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mobile Category Banner displaying at bottom’ is closed to new replies.