Logo at the center

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #26965
    IraKarydi
    Participant

    Hello,

    Can I have the logo at the center? https://prnt.sc/szy37q

    Thank you

    #26975
    wensolutions
    Keymaster

    Hello @irakarydi

    Please add below given CSS for this.

    #site-identity{
        width: 100%;
        text-align: center;
    }

    Thank you

    #26996
    IraKarydi
    Participant

    Hello, at the mobile version the logo is so close to the search button as you can see how to fix that? https://prnt.sc/t0k5s2

    Thank you

    #26998
    wensolutions
    Keymaster

    Hello,

    To resolve the issue you have reported, please add following given CSS code:

    @media screen and (max-width: 400px){
        .page .container{
            padding-left: 0px;
        }
    }

    Hope this helps.

    If you have any queries further, let us know.

    Thank you.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘WP Travel’ is closed to new topics and replies.