GavickPro / News-Show-Pro-GK5

Advanced Joomla! content module.
28 stars 37 forks source link

News Show Pro GK5 on smartphone #358

Closed robertosalviGK5 closed 8 years ago

robertosalviGK5 commented 8 years ago

Hi, I have a problem with GK5 in smartphone display on the site http://www.diocesi.parma.it/diocesi_2015/: the news on pc are displayed with proper spacing (please see this image: http: //www.diocesi. parma.it/GK5onPC.jpg), while the same news on smartphone are displayed in a paddng exaggerated (please see this image: http://www.diocesi.parma.it/GK5onSmartphone.jpg): how can I reduce the space around news only in viewing on smartphones, so that they become like this example http://www.diocesi.parma.it/GK5onSmartphone2.jpg? Many thanks

dziudek commented 8 years ago

Hello,

Please add in your template mobile CSS code the following fragment:

.nspArts, 
.nspLinksWrap {
    padding: 0!important;
}
.nspArt {
    padding: 0 0 15px 0!important;
}
robertosalviGK5 commented 8 years ago

It works great: thank you!!! Best regards