Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #231555

    Any help on making the header “fixed” in responsive mode? http://www.nutsandboltspress.com

    Thanks, Mike

    #231558

    Hey mhiller!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    @media only screen and (max-width: 989px) {
    .responsive #top #header {
    position: fixed;
    }
    .responsive #top #main {
    padding-top: 90px;
    }}

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.