I seem to be asking this a lot, the template will not follow the joomla rules re intro image left, right etc on blogs, tried the solutions previously suggested but no joy! Please help me understand why this template needs customizing for simple image alignment on blogs?
Also, is there a way to reduce the logo size on scroll down when using a fixed header? Love working with you guys but getting asked this a lot recently as seems to be fairly standard on WP?
Many thanks
Mark

    Hi ramsey1971,
    About the logo, you can use the following CSS code:

    .not-at-top .toplogo img {
        width: 100px;
    }

    To change the intro image, you can use the following CSS code:

    .items-row .item .item-image {
        width: 240px;
    }
    .items-row .item .item-image {
        float: left;
        margin-right: 10px;
    }  
    Write a Reply...
    You need to Login to view replies.