Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3146373
How can i make a sticky header a bit smaller
Closed

Comments

  • kindratsergij60 started the conversation

    How can i make header a bit smaller when it goes to "sticky" position in Header Builder

    Attached files:  Screenshot_9.png

  •  2,487
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .penci_builder_sticky_header_desktop .pc-builder-element.pc-main-menu {
        --pchb-main-menu-lh: 20px;    
    } .penci_builder_sticky_header_desktop .pc-logo-desktop.penci-header-image-logo img {
        max-height: 20px;
        width: auto;
    }

    Change 20px with the spacing you want to show.

    Regards,
    PenciDesign.