Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #487735

    I have my homepage that has a Transparent Logo that is Centered and then I would like it when you scroll the sticky header would then be to the left.

    I have a start to my development site but it’s not much.

    Attached are 2 mockup’s of what I am looking to do. Any suggestions?

    #487750

    Hi sublime5o!

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

    .header-scrolled .logo {
        left: 0!important;
        -webkit-transform: none!important;
        -ms-transform: none!important;
        transform: none!important;
    }

    Cheers!
    Yigit

    #487753

    Perfect Thanks. BTW: Is there a good way to get the navigation for the sticky header to now be aligned next to the logo like in my screenshot?

    • This reply was modified 8 years, 7 months ago by sublime5o.
    #487755

    Hey!

    You are welcome, we are always happy to help :)
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Transparent Logo Centered, Sticky Header Logo to Left’ is closed to new replies.