Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: How to change logo size and centre the site title. #73229
    tussinglady
    Participant

    I was able to increase my logo using this code: `.custom-logo-link img {
    max-width: 110%;
    }

    @media (min-width:768px){
    .search-section{
    position: absolute;
    right: 0;
    }
    .site-header .container{
    position:relative;
    }
    #site-identity {
    width: 100%;
    }
    }`

    However, my logo is off center of the text. Here’s my website: mypedialabs

Viewing 1 post (of 1 total)