Copy link to clipboard
Copied
I Can not get WowSlider to work when browse is smaller than certain size. Bates Brothers Amusements: Food & Games. Any Suggestions?
In your navigation.css you have the below css styling which is making the the wow slider main image disappear when the browser width gets to 769px in width.
Look for the ul selector which is within the 769px media query tags:
@media screen and (max-width : 769px){
/*Make dropdown links appear inline*/
ul {
position: static;
display: none;
}
Change it to have #menu prior to the ul like below:
/*Make dropdown links appear inline*/
#menu ul {
position: static;
display: none;
}
The small thumbnail images disappe
...Copy link to clipboard
Copied
In your navigation.css you have the below css styling which is making the the wow slider main image disappear when the browser width gets to 769px in width.
Look for the ul selector which is within the 769px media query tags:
@media screen and (max-width : 769px){
/*Make dropdown links appear inline*/
ul {
position: static;
display: none;
}
Change it to have #menu prior to the ul like below:
/*Make dropdown links appear inline*/
#menu ul {
position: static;
display: none;
}
The small thumbnail images disappear on small devices but I think that is what is meant to happen.
Copy link to clipboard
Copied
Works great now! Tanks
Copy link to clipboard
Copied
How do i get it so the navigation overlays the slide show(s)? I this is the last thing i have to do to complete this project.
Copy link to clipboard
Copied
jzutter The last question has also been posted at https://forums.adobe.com/message/9296822?et=watches.email.thread#9296822
To avoid confusion and because your original question has been answered, I am locking this topic.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now