Problem with images in NSP5

Support forum dedicated to free and advanced Joomla content presentation module with various layout options and data sources support.
GK User
Sat May 24, 2014 11:22 am
Hello,
At first, I bet your pardon for the mistakes I can write : there's a long time I haven't written in English. ;)

I have a little problem with the NSP GK5 on the News2 template. At the first page of the trial version of my website, I'd like to center the image but I can't. On "Article layout", I've set the image position to "center" and the image floating to "none" ("no use float" does the same effect), but there's no change on the website.
Could you help me to set these settings ?
Here's our trial version"s URL : http://mt2ies01lt3j32.madeinlens.com/

Best regards,
User avatar
Fresh Boarder

GK User
Sat May 24, 2014 11:31 am
Hello,

Please open css/gk.stuff.css file and please change fragment:

Code: Select all
.nspArt img.nspImage {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: block;
}


to:

Code: Select all
.nspArt img.nspImage {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
}


it should helps :)
User avatar
Administrator

GK User
Sat May 24, 2014 12:23 pm
Ok, thanks a lot ! It works great ;)
User avatar
Fresh Boarder


cron