[SOLVED] White Space too big / nspImageWrapper

News Show Pro GK5 - flexible, responsive and easily extendable free Joomla module support forum.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Sun Feb 21, 2016 3:57 pm
Hi,

can anybody help me with a hint how I can reduce the whitespace between the picture and the link in the mobile viewport? (See the attached photo ) I guess it is the "nspImageWrapper" class but I don't know how to switch it to display:none or reduce the whitespace in the css ...

Feel free to check http://www.burnyourears.de/ (small viewport) for the live example.

Thank you very much!
Best, Chris
User avatar
Fresh Boarder

Joshua M
Mon Feb 22, 2016 5:48 pm
Hi,

Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
@media (max-width: 600px) {
   .nspArtPage .nspImageWrapper {
      margin: 0!important;
   }
}
User avatar
Moderator

GK User
Tue Feb 23, 2016 10:47 am
Thank you very much, it works!
User avatar
Fresh Boarder


cron