• Resolved thalie_93

    (@thalie_93)


    Hi,
    What would be the code to modify or insert to stop the shrinking of the header and scrolling down or up?

    Many thanks in advance for your help
    Valérie

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • We will implement this feature in next theme update which should be released in next few days.

    Regards

    @thalie_93,

    Update theme to the latest version and disable header shrinking from:
    Appearance -> Customize -> Header -> General -> Header Shrinking

    Best Regards

    Awesome, thank you for this. Is there a possible way to keep the the header looking shrunken? I was looking at the php function that shrinks it but I was having trouble getting it stay shrunken.

    It’s mostly because our photos on the front page slider do not blend well with the “un-shrunken” header…

    Theme Author themevision

    (@themevision)

    Hello @mbrost!

    I think you need to stretch your page to avoid this.

    try to add next code in Customize->General->Additional CSS:

    .entry-content img{  
    padding:50px 0px 50px 0px;
    }

    Regards

    Thread Starter thalie_93

    (@thalie_93)

    Thank you Jerry!

    Hey @themevision

    Thank you for the very quick response. Unfortunately that did not give the desired effect I was trying to achieve, though I should have been more explicit in what I was trying to achieve. I ended up getting my desired change applying this iinto Additional CSS:

    
     .header_v1 .sticky-header {
    	background-color: rgba(255, 255, 255, .9)
    }
    
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to stop the shrinking of the header’ is closed to new replies.