Home Forums Pro Themes Next Travel Pro I was trying to keep Site Logo little BIGGER in size, but couldn’t.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #149779
    James Marak
    Participant

    TP,
    I was trying to change my site logo bigger than the present logo size here. Even if I am trying to change it, it became very small which is not very clear to see. However, if you check my Footer Logo under Footer Widget, you can see the visible logo. My site logo pixel dimensions: width 660, height 347 in pixels; Document size: Width 33.52/cm, Height 17.62/cm and Resolution: 50.013/pixels-inches only. Tell me, how I can make my site logo bitter and place it under Site Identity.

    I want my site logo little bigger than it appeared now.

    Thanks.

    #149782
    Psink
    Keymaster

    Hello There

    Please add this CSS in the additional css

    
    .site-branding {
        padding: 5px 0;
    }
    
    .site-logo img {
        max-height: 60px;
    }
    

    Adjust the value of max-height as per your need

    Regards

    #150348
    James Marak
    Participant

    Thank you for your help! Indeed, now I can resize as per my needs. But the site logo is still not in the middle of the Menu Bar. Kindly check it and help me again. I want that site logo in the middle of the Bar.

    Site logo should be in the middle of the Menu Bar.

    Thank You.

    #150364
    Psink
    Keymaster

    please add this css to align the logo at the center

    
    .site-branding {
        float: left;
        padding: 10px 0;
        width: 100%;
        text-align: center;
    }
    

    Regards,

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