Keyword

Picture alignment in Item?

  • FWelgemoed
  • FWelgemoed's Avatar Topic Author
  • Offline
  • New Member
More
13 years 11 months ago #89087 by FWelgemoed
Picture alignment in Item? was created by FWelgemoed
I can't find any alignment option when I insert a picture in an item in the 'picture-tab''.Is this only possible by editing the CSS or am I overlooking something simple?

Please Log in or Create an account to join the conversation.

More
13 years 11 months ago #89088 by troponin
Replied by troponin on topic Picture alignment in Item?
You have to edit the CSS

community.getk2.org/forum/topics/image-position-in-item-view-k2

and for the item put float like this:

div.itemImageBlock {
float:left;
margin:0 0 16px;
padding:8px;
}

Please Log in or Create an account to join the conversation.

  • FWelgemoed
  • FWelgemoed's Avatar Topic Author
  • Offline
  • New Member
More
13 years 11 months ago #89089 by FWelgemoed
Replied by FWelgemoed on topic Picture alignment in Item?
Thanks

Troponin said:You have to edit the CSShttp://community.getk2.org/forum/topics/image-position-in-item-view-k2and for the item put float like this:div.itemImageBlock {float:left;margin:0 0 16px;padding:8px;}

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum