Archived topic
Transfer widget to site name in mobile
5 replies · Started by Nadezhda on April 5, 2020
Hello! I displayed a phone in the caps widget. On a mobile device, the phone is displayed before the name and logo. Surely this can be fixed, but I can’t. Tell me please!
Hi there,
Try this CSS:
@media (max-width: 768px) {
.inside-header {
display: flex;
flex-direction: column-reverse;
}
.site-branding-container {
justify-content: center;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Thank you so much! It’s such a pleasure to customize your theme! Almost everything you need is provided. The first time I asked for help. I hope the logo and name can also be centered in mobile devices. I moved them a lot.
Super! Thanks! It is a pity that I already wrote a review on WordPress org. Be sure to do a review on the blog, because for the first time with this topic and a premium plugin I’m setting up a store. I did not have to install additional plugins to solve such problems as displaying short descriptions of products in categories, and much more. Your work is amazing!
Glad you are loving GP :)
Thanks for your support!