Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • surdo Friend
    #686008

    Hello,

    When using the jaeventsii template, I am unable to adjust the image size of k2 item images on small screens (and perhaps on other sizes). I’ve tried various k2 settings but they seem to have no effect. When i use the beez3 template the image is correctly sized however. See for example the following page on mobile/cell phone screen:

    http://escuta.org/projetos/o-espelho/intro.html

    I’d also like know please how to align the image, on pages such as the above, to the left.

    Many thanks

    Adam M Moderator
    #686095

    Hi @surdo,

    Please open file http://escuta.org/templates/jaeventsii/css/k2.css then look for this code :

    span.itemImage {display:block;text-align:center;margin:0 0 8px 0;}

    and update as below :

    span.itemImage {display:block;margin:0 0 8px 0;}

    then add this line right below it :

    #k2Container span.itemImage a.modal {display: block;}
    span.itemImage img {max-width: 100%;}

    Adam M Moderator
    #748951

    Hi @surdo,

    Please open file http://escuta.org/templates/jaeventsii/css/k2.css then look for this code :

    span.itemImage {display:block;text-align:center;margin:0 0 8px 0;}

    and update as below :

    span.itemImage {display:block;margin:0 0 8px 0;}

    then add this line right below it :

    #k2Container span.itemImage a.modal {display: block;}
    span.itemImage img {max-width: 100%;}

    surdo Friend
    #686195

    That’s excellent Adam, thanks very much!

    surdo Friend
    #748992

    That’s excellent Adam, thanks very much!

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

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

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