Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • dattard1 Friend
    #205741

    The images in the blog layout here: http://www.intentmultimedia.com/learn/blog look strange they way they are defined right now. In fact they look like they are for the following post, rather than previous.

    I’d like to have them look like this:

    Grey line
    Blog title
    Blog intro | Image (surrounded by text)

    If we could add a “Read More” at the bottom of the intro text, so much the better.

    Thanks
    David

    chavan Friend
    #567976

    Add this code to custom.css

    .blog .intro-image-wrap{

    float: left;
    margin-right: 15px;
    width: 10%;
    }

    .blog .leading, .blog .items-row .item{

    border-bottom:1px solid #000;
    }

    chavan Friend
    #733082

    Add this code to custom.css

    .blog .intro-image-wrap{

    float: left;
    margin-right: 15px;
    width: 10%;
    }

    .blog .leading, .blog .items-row .item{

    border-bottom:1px solid #000;
    }

    dattard1 Friend
    #568049

    I added them but don’t see any changes unfortunately :S

    chavan Friend
    #568085

    Go to /templates/ja_nuevo/css/custom.css

    you have missed a DOT before blog

    Please replace this code on your custom.css

    blog .intro-image-wrap{

    float: left;
    margin-right: 15px;
    width: 10%;
    }

    blog .leading, .blog .items-row .item{

    border-bottom:1px solid #000
    }

    With

    .blog .intro-image-wrap{

    float: left;
    margin-right: 15px;
    width: 10%;
    }

    .blog .leading, .blog .items-row .item{

    border-bottom:1px solid #000 ;
    }

    dattard1 Friend
    #568179

    Works now – thanks!

    dattard1 Friend
    #733275

    Works now – thanks!

Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 7 replies, has 2 voices, and was last updated by  dattard1 9 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum