Cellphone-view, images to big

Free responsive Joomla 2.5 and 3.x module to present your content with easy and intuitive way.
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
Fri Mar 01, 2013 12:38 pm
I've published a nice new NSP-GK4-module that publishes 5 articles beside each other, each article contains a weather-icon. This works great exept...
On a cellphone those 5 articles are placed under each other. :roll: resulting in fullwidth images, even wider then the original image.
Is there a way to show those images at ex. 20px so the 5 articles will show beside each other?
User avatar
Expert Boarder

teitbite
Fri Mar 01, 2013 3:01 pm
Hi

Please show me Your site.
User avatar
Moderator

GK User
Sat Mar 02, 2013 5:42 pm
regiowoudrichem.nl
User avatar
Expert Boarder

teitbite
Sun Mar 03, 2013 10:52 am
Hi

Please add this code to mobile.css:

Code: Select all
#nsp-nsp_574 .nspCol5 {
    width: 20% !important;
}


this will lock images in this module to display in line.
User avatar
Moderator

GK User
Tue Mar 05, 2013 10:01 pm
teitbite wrote:Hi

Please add this code to mobile.css:

Code: Select all
#nsp-nsp_574 .nspCol5 {
    width: 20% !important;
}


this will lock images in this module to display in line.

Works great, tnx.
What happens with mobile.css after installing updates?
User avatar
Expert Boarder

teitbite
Wed Mar 06, 2013 11:08 am
Hi

During an update it would be overwritten so You need to remember to put it back there.
User avatar
Moderator


cron