Gardenning header / need help

Home Forums All Other Themes Gardenning header / need help

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #112021
    contact136contact136
    Member
    • Topics: 1
    • Replies: 1
    • Total: 2
    Member since: September 20, 2018

    Hi everyone

    I own a Gardenning Pro Theme and I need help to do the following things.
    Here : http://entrepriseseard.fr/

    1- I’d like to make the menu bar staying on top of screen when the user scroll, is it possible ? How ?
    2- And I’d like to have both logo and company name in the header. Is it possible ? How ?

    Thank you for helping me !

    #112041
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30573
    • Total: 30573
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .home .header, .page .header, body .header_wrap .header { position:fixed !important; z-index:10;}
    #slidera { margin-top:130px;}
    
    @media screen and (max-width:767px) {
    #slidera { margin-top:116px;}
    }

    Regards,
    Dave

    #112115
    contact136contact136
    Member
    • Topics: 1
    • Replies: 1
    • Total: 2
    Member since: September 20, 2018

    OK

    This works great to fix the menu on top !
    Thank you

    Any suggestion about the second need ?

    #112159
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30573
    • Total: 30573
    Member since: August 16, 2013

    Hi,

    Unfortunately, this is not possible.

    Regards,
    Dave

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