[Resolved] Prime is not responsif in mobile display

Home Forums Support [Resolved] Prime is not responsif in mobile display

Home Forums Support Prime is not responsif in mobile display

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1513355
    Iswan

    Hai, i have to instal prime, i think its an new design…

    But, this theme is not responsif on mobile, how i can fix it…

    #1513541
    David
    Staff
    Customer Support

    Hi there,

    the only issue i can see is that header search field is overflowing.
    Try this CSS to stack the title and search on smaller devices:

    @media (max-width: 600px) {
        .inside-header {
            flex-direction: column;
        }
        .site-branding {
            margin-bottom: 0.25em;
        }
        .woo-search {
            margin-left: 0;
        }
    }
    #1513829
    Iswan

    Thanks david its work

    #1514247
    David
    Staff
    Customer Support

    You’re welcome

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