Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #114119
    bl
    Participant

    I would like to have the menu and the logo in the same row, how can i do that?

    Best Regards

    Bl

    #114162
    Mahesh
    Keymaster

    @bl: Please post in your site url.

    Regards,
    Mahesh

    #114213
    bl
    Participant

    Here is my site.

    https://testerdk.000webhostapp.com/

    Regards

    bl

    #114218
    Mahesh
    Keymaster

    @bl: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    @media screen and (min-width: 961px) {
        .site-logo {
            width: 257px;
            float: left
        }
    
        #site-navigation {
            width: 70%;
            float: left;
        }
    }

    Regards,
    Mahesh

    #114264
    bl
    Participant

    Thank you for the help

    Regards

    bl

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Menu and logo in the same row, How?’ is closed to new replies.