• Resolved marilden

    (@marilden)


    Hello!

    I need to increase the size of my logo without the header being affected? How do i do that?

    Also I want to change font size for the navigation links in the header?

    I can change the font with the id/class but the size is not affected?

    Here is the link: https://test.marilde.com/

    Grateful for help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Sorry misread
    .navbar-brand img {
    min-height: 70px;
    }

    That is the code. use simple custom css to input

    Hello,

    You can try this CSS:

    .navbar-brand {
        padding: 0px;
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 22px;
    }

    Regards,
    Gourav

    Thread Starter marilden

    (@marilden)

    Thanks you guys!

    Both helped! ??

    /M

    Hi Everyone,

    I’ve tried every variation of css code that has been posted here for elimintating the padding around the logo image in the header, and nothing has worked. I downloaded that custom css plugin and used it to for the custom code but no luck. Can someone please help me? Also, what can I do to justify the logo to right/left/center?

    https://www.fivestaryachtservices.com

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Logo and font size header nav bar’ is closed to new replies.