Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

RWD/zenkit for custom extra fields columns

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

I have created a k2 template to list 5 extra fields in a columned list. However, it was for a non-RWD template.

I am now converting the site to use your RWD Ascent and zenkit:
www.goodwinrobbins.com/joomla/index.php/fast-packs

I know this is a big questions but how do I control the css for different devices?

Here is what my non-rwd k2 template looks like:
rwd.jpg


Here is what it looks like on an iPhone:
ScreenShot2012-10-23at5.20.44PM.png


I see (media="screen") in firebug but I don't know how to add maybe (media="handheld") or whatever it takes to control the css for the smartphones.
  • ODiN Mayland's Avatar
  • ODiN Mayland
  • LIfetime Developer - Big Bamboo
  • 818 posts
  • 10 Thanks
  • Karma: 8
Last Edit: 11 years 6 months ago by ODiN Mayland.
The administrator has disabled public write access.
Hi Jeff,

Thats all done in the css/mediaqueries file.

If you open that up you will see rules like this:

@media only screen and (max-width: 840px)
{

}

Any css in that block will target devices up to 840px wide. So it's just a matter of editing that file and adjusting accordingly.

Thanks Anthony
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers