• Resolved Beitaz

    (@beitaz)


    Hi,

    I am using the Zerif Lite template and I would need to make the space for the header wider (without the Pro version), is that possible?

    Thanks,

    Beatriz

Viewing 4 replies - 1 through 4 (of 4 total)
  • I would also like to know how to do this!

    Now three of us …

    And how can the thread be marked as “Resolved” when there’s no actual resolution posted????

    Original question was not very specific.

    i presume you guys wanted to make header bigger to fit there bigger logo?

    For that try to add this onto your child theme:

    .navbar-brand {
    height: 100px;}

    .navbar-inverse {
    background-color: #FFF;
    border:none;}

    .navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
    color: #66A621;

    }

    If it’s something else just open your site using Chrome, right mouse click on element you want to change and select inspect element

    This could help: https://www.youtube.com/watch?v=dlQrFFwAC_A

    you actually need only this part:

    .navbar-brand {
    height: 100px;}

    the rest fixes background colour of nav menu(back to white) and hover/focus colours of menu) when child theme is used

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Make header – menu space bigger in Zerif Lite Theme’ is closed to new replies.