Hello,
The pictures in my articles are set up to have a width of 540px and I would like the text to have the same width and centered. Please, see illustrative picture.
What is the code that I should place in css/override.css? Thanks
#k2Container { width:540px; }
.itemHeader { width:540px;}
.latestItemBody, .genericItemBody, .userItemBody, .catItemBody, .itemBody { width:540px;}
.userItemImageBlock, .itemImageBlock { width:540px;}
.latestItemIntroText, .genericItemIntroText, .userItemIntroText, .catItemIntroText, .itemIntroText { width:540px;}
.itemFullText { width:540px;}