Image Slider Position Problem using ShopIsle Theme
-
Hi guys,
I’m struggling with a slider. Fist off, it wouldn’t display full screen so I added this code:
.metaslider .slides img {
width: 100%;
display: block;
position: fixed;
left: 0;
right: 0;
}Which sorted out that problem but threw up another. Any other content I put on that page doesn’t display in the right place… it ends up being hidden behind the slider.
I’m very green when it comes to coding, but I assume it’s something to do with the ‘position: fixed’ line. However, I can’t make the slider full screen without it, and with it I cant post anything else in the page!
Any help would be much appreciated.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Image Slider Position Problem using ShopIsle Theme’ is closed to new replies.