Site logo

[Resolved] Transfer widget to site name in mobile

Home Forums Support [Resolved] Transfer widget to site name in mobile

Home Forums Support Transfer widget to site name in mobile

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1227585
    Nadezhda

    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!

    #1227651
    Leo
    Staff
    Customer Support

    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/

    #1227674
    Nadezhda

    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.Align

    #1227678
    Leo
    Staff
    Customer Support
    #1227692
    Nadezhda

    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!

    #1227704
    Leo
    Staff
    Customer Support

    Glad you are loving GP 🙂

    Thanks for your support!

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