1. So when the site loads on initial go – the slider works well. When you click on it and go to another link and hit the back button – it gets messed up and you need to refresh the page. — not sure if that is a bug or some issue on my end.
2. i have 4 portfolios on display on my homepage – and they still align horizontally instead of being responsive. While they align horizontally the text and everything look really bad. How can i fix this.
Hey ojasray!
Please add following code to Quick CSS
@media only screen and (max-width: 768px) {
#top .no_margin.av_one_fourth {
width: 50%;
}}
@media only screen and (max-width: 480px) {
#top .no_margin.av_one_fourth {
width: 100%;
}}
Cheers!
Yigit
Hi!
The layer slider applies the width of the background image dynamically to keep it inside the slider container. Since you’re not using any animations or effects on the slider, try to replace the layer slider with the fullwidth easy slider. Or add the image as a layer then set the width and height to 100%.
Best regards,
Ismael