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.

article-aside issue

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

I am trying to remove the article aside group on small devices via custom css. but nothing I'm doing seems to work. maybe you have some thoughts? sample code:
@media only screen 
and (max-width : 360px) {
.article-aside {
    display: none !important;
    }
}

For example, on this page.
  • blueshift's Avatar
  • blueshift
  • 6 Month Developer
  • 2579 posts
  • 78 Thanks
  • Karma: 26
The administrator has disabled public write access.
Not answering the question here but the margin bottom on

.accordion-heading of 10px kinda jumps out at me
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
@media only screen and (max-width: 760px) {
.article-aside {display: none !important;}
}

This works but I think you need check for stray brackets I think you have one at the bottom

I'm using a larger value to test on

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
doing that broke things. but undoing it fixed it!
  • blueshift's Avatar
  • blueshift
  • 6 Month Developer
  • 2579 posts
  • 78 Thanks
  • Karma: 26
The administrator has disabled public write access.
I think it was a bracket
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

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

Happy Campers