Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS orbit button in foudation 4 css not working in ipod

  • This topic is empty.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #45825
    sangee
    Member

    Iam doing my project using foundation4css. In that i have used orbit slider option with orbit button.Its working fine in all except in ipod. In ipod orbit slider is working fine but orbit slider button is not displaying.What i need to do?

    #140345
    cssmann
    Participant

    Do you have a live link so i can see whats wrong, then i maybe could help you a little bit easyer :D

    #140346
    sangee
    Member

    [postercandy](http://x-valuetech.com/postercandy/index.html )

    visit this link

    #140351
    sangee
    Member

    Now can u understand what is my doubt?

    #140357
    cssmann
    Participant

    Hmm, so you want the buttons to be showed under the small sliders, on your front page, on mobile devices? Maybe in your style. css file there is something like this

    @media only screen and (min-width : 150px) and (max-width : 780px){
    .sliderbuttons{
    display: none;
    }
    }

    If you have someting like that then i think you must change it do dispaly instead :P

    #140258
    sangee
    Member

    thanks its working fine for me i include display:block;

    #140259
    cssmann
    Participant

    Nice to hear, no problem ;)

Viewing 7 posts - 1 through 7 (of 7 total)
  • The forum ‘CSS’ is closed to new topics and replies.