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.
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?
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:
http://www.web2feel.com/valor/
Okay i sent them a message but they haven’t replied, any suggestions to where it might be? Or where to look?