Archived topic
Prime is not responsif in mobile display
3 replies · Started by Iswan on November 1, 2020
Viewing posts 1–4 of 4
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...
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;
}
}
Thanks david its work
You're welcome
This archived topic is closed to new replies.