• Hey i am having issues with my sliderbar! how do i align it properly? as you can see here it is aligned to the right and i want it in the box! How do i fix this?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter Itechmatrix

    (@itechmatrix)

    PS please dont tell me to add
    .flexslider .slides > li {
    float: none !important;
    }
    Because this fixes the problem only in CHROME and IE not FIREFOX and the slider starts to jump when transitioning between slides.

    You have inline styles for the slides of this:

    element.style {
        display: none;
        float: left;
        margin-right: -100%;
        width: 100%;
    }

    The negative right margins is causing the problems.

    Thread Starter Itechmatrix

    (@itechmatrix)

    okay but how do i fix this? @wpyogi

    INLINE styles means it is in the html code for that element — in this case, perhaps in settings for the slider images?

    Thread Starter Itechmatrix

    (@itechmatrix)

    Yes sorry i am not very good at programming, where would i find this?

    I can’t really help you specifically as I’m not familiar with that theme — but perhaps you can find info or post a question on this page:

    https://www.web2feel.com/valor/

    Thread Starter Itechmatrix

    (@itechmatrix)

    Okay i sent them a message but they haven’t replied, any suggestions to where it might be? Or where to look?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Theme: Valor] SliderBar issues!!’ is closed to new replies.