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 #2830052
Header layout problem
Closed

Comments

  • Med_Reda started the conversation

    Hi, hope you doing good. I kind like how the header layout number 6 look s but the issue is that when I scroll on desktop mode to the top the logo shirks to much how can I prevent that from happening ?

  •  2,494
    PenciDesign replied

    Hi,

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

    #navigation.sticky:not(.sticky-active).header-6 #logo img,
    .sticky-wrapper:not(.is-sticky) #navigation.header-6 #logo img {
        padding: 0;
        max-height: 32px;
    }
    In case if you want the sicky header similar style & height to a normal state, please reply to this ticket, I'll send you another custom CSS code

    Regards,
    PenciDesign.