Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #24501

    Hello,

    Please see image below

    http://www.hostingpics.net/viewer.php?id=445590photo.png

    Thank you for your help

    #123658

    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

    #123661

    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

    #123662

    Thank you fixed now !

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Blog Posts not reponsive in homepage’ is closed to new replies.