Hello,
Please see image below
http://www.hostingpics.net/viewer.php?id=445590photo.png
Thank you for your help
Hello,
I have put this css
@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */
.slide-entry {
float:none;
clear:both;
}
}
but images are small
Thank you
Hi,
I think this is part of the design , this look. But to have all the images large and equal , please add this to your custom.css. I tested it on your page and it works fine.
@media only screen and (max-width:767px) {
.responsive #top.home .slide-entry {
width:inherit;
margin-left:0px;
}
#top.home .avia-content-slider .slide-entry-wrap,.responsive #top.home .flex_column {
margin-bottom:0px;
}
#top.home .avia-align-center.avia_image.avia-builder-el-no-sibling {
margin-bottom:1.85em;
}
#top.home .avia-content-slider .slide-entry-title {
line-height: 3.5em;
}
}
There is uneven space around the car make/model with some having more space than others, so that is reason for extra css, to equalize them all.
http://www.clipular.com/c?6161783421140992=uVyy_U2vzgk9GcZkcI2WtAKKQ1g&f=.png
Thanks,
Nick
Thank you fixed now !