Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • jeffreyd00 Friend
    #161953

    In the demo of JAbusiness it shows images in the K2 articles to be align:left.

    I installed the quicklaunch only to see that the demo does not even use the K2 image tab but instead manually inserted image into article’s html. blech, why even use K2 if that is how it is setup???

    I want and need to have the K2 image left aligned in articles and blog posts, can you please tell me where I can edit or add code to do this?

    Thank you in advance for you assistance.

    Dev Member
    Jeffrey

    khoand Friend
    #383374

    Hi,
    Open <joomla url>templatesja_businesscssk2.css file,find this code


    div.itemImageBlock { margin: 0 0 16px 0; padding: 8px;
    float:left;<-- add this line
    }

    jeffreyd00 Friend
    #386010

    this did not work for me, anyone else with a suggestion?

    aman204 Friend
    #386389

    <em>@jeffreyd00 233781 wrote:</em><blockquote>this did not work for me, anyone else with a suggestion?</blockquote>

    You can change image html code reference from::

    <img src=”/ja/business/images/stories/demo/storyk2/story3.jpg”>

    to

    <img class=”left” src=”/ja/business/images/stories/demo/storyk2/story3.jpg”>

    i.e. adding the class reference above

    jeffreyd00 Friend
    #386404

    Resolution: I created a custom.ss file in included the following override

    /* k2 article image */
    div.catItemImageBlock { float:left; margin: 0 0 16px 0; padding: 8px; }

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

This topic contains 5 replies, has 3 voices, and was last updated by  jeffreyd00 13 years, 7 months ago.

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