Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
This is regarding a plugin?
sorry…yes, the genesis responsive slider…should I post in a different area since it’s a plugin?
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Yes, each plugin has sub-form and to create a thread in the Genesis Responsive Slider sub-forum try here: http://wordpress.org/support/plugin/genesis-responsive-slider#postform . It’s just that the plugin’s developers will be more likely to see your issue.
Looks like the theme uses flexSlider…
What’s the issue with it? It seems your slides are showing small for some reason – do you know what changes you’ve made to it recently?
Only thing I did (that I remember) was regenerate thumbnails to fix the page numbers grid on home page. It didn’t fix that problem and also messed up my genesis responsive slider.
Well, this is the CSS that’s making the slider area so small:
#header .widget-area {
width: 30.555555555%;
}
You could try overwriting that and see if it helps.
Thanks for finding that. problem is, that code is attached to the sidebar widget code, so changing that to 50% or whatever, moves my sidebar widgets to the bottom. ARGH! It HAS to be a separate code somewhere. Frustrated!