Your Time:
Our Time:
← Back to discussions

Keep Sticky Bar Expanded by Default

Need help with a different issue? Search the forums or open a new ticket.
Open a support ticket

This topic has 2 replies, 2 voices, and was last updated 12 years, 5 months ago by Fem.

  • 2014-03-27 at 9:05 am
    Support Expired
    #3578
    datapendant
    Participant
    • Topics: 6
    • Replies: 9
    • Total posts: 15
    • Post count: 9

    Hello,

    Is it possible to have the sticky bar expanded by default? We tend to use this to display current promotions. I’d like to have it expanded by default in order to have the promo information visible by visitors to the site.

    Thank you.

    2014-03-28 at 11:45 am
    #3613
    Fem
    Keymaster
    • Topics: 2
    • Replies: 5215
    • Total posts: 5217
    • Post count: 6003

    Its possible by editing the following code in your style.css file find the following code and change display property from none to block;

    #sticky { 
    	top: 0;
    	display: none;
    
    2014-04-07 at 12:37 pm
    #3713
    Fem
    Keymaster
    • Topics: 2
    • Replies: 5215
    • Total posts: 5217
    • Post count: 6003

    Added this feature in the latest update.

You must be logged in to reply to this topic.