Changing the size of the Accordion Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
2 posters

    Changing the size of the Accordion

    LostLegend
    LostLegend
    Forumember


    Posts : 922
    Reputation : 23
    Language : English

    Solved Changing the size of the Accordion

    Post by LostLegend April 23rd 2012, 1:28 am

    Used this tutorial: https://help.forumotion.com/t105962-index-in-accordion

    Site: http://duelacademylegends.forumotion.com/

    Simple one this time. I want the accordion to be about half the size it currently is. What do I edit, specifically?

    (Sorry, I'm hopeless at html/javascript!)

    Never mind, worked it out. For those interested:
    Width, height and speed:
    Code:

    containerWidth : 600,
                containerHeight : 160,
                headerWidth : 48,
               
                firstSlide : 1,
                onActivate : function() {},
                slideSpeed : 800,
                slideCallback : function() {},       
               
                autoPlay : false,
                pauseOnHover : false,
                cycleSpeed : 6000,
    Jophy
    Jophy
    ForumGuru


    Male Posts : 17922
    Reputation : 836
    Language : English
    Location : Somewhere

    Solved Re: Changing the size of the Accordion

    Post by Jophy April 23rd 2012, 2:46 pm

    Thanks for sharing the solution Smile thumright

    Topic Solved & Locked