Content width and slider speed

  • Posted in : Responsy
  • meipsmon
    Participant

    Hey!

    Thanks for a great theme!

    I have two questions:

    1. I would like to have a situation where my text contents width on the computer screen is narrowed down to something like 250px and centered on the screen. How could i do this so, that the content is also centered on ipad and iphone screens – so that it shows correctly for the viewer? I would like to do this so that it doesn’t affect the header or the footer.

    2. How to change the speed of the slider in HTML?

    Thank you,
    Markus

    ahmetsali
    Keymaster

    Hi,

    1-) You can put your text in a div with some extra stylings like this;

    <div style="max-width:250px; margin-left:auto; margin-right:auto;">
       <p>Some text.</p>
    </div>
    

    2-) To change slider duration and animation speed, in main.js line: 2, change values in ms.

    //flex slider timings
    var slideTime = 4000;
    var animSpeed = 600;
    
Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘Responsy’ is closed to new topics and replies.