Padding issue with mobile

Support forum dedicated to free and advanced Joomla content presentation module with various layout options and data sources support.
GK User
Tue Nov 25, 2014 4:31 pm
Hi
For the desktop version I have set article block padding to 0px 80px 0px 80px but I wish to remove the padding for the mobile and tablet version.

Please advice. Thanks

Tristan

Firefox-nsp.jpg
User avatar
Senior Boarder

GK User
Wed Nov 26, 2014 5:00 pm
Hello,

In this case you have to add code like below:

Code: Select all
@media (max-width: 1040px) {
.nspArt {
padding: 0!important;
}
}
User avatar
Administrator

GK User
Thu Nov 27, 2014 10:12 am
Hi
Thanks so much! It works.

Tristan
User avatar
Senior Boarder


cron