Bakery Pro Problem

Home Forums All Other Themes Bakery Pro Problem

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #61374
    VikaVika
    Participant
    • Topics: 13
    • Replies: 26
    • Total: 39
    Member since: July 29, 2016

    Hello! I have problem with frontpage.
    http://surprise-inside.com.ua/
    I need slider to be fixed without hiding when you scroll. Can you help me?

    #61462
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30977
    • Total: 30977
    Member since: August 16, 2013

    Hi Vika,

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    #slider { position:fixed;}
    .main-container { padding-top:580px;}

    @media screen and (max-width:767px) {
    #slider { position: relative;}
    .main-container { padding-top:0;}
    }

    Regards,
    Brad

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