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.

First Article is Cut Off on Top [SOLVED]

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

Hi,

This is a return of a previous problem, which "went away" but is now "back." I know that's very technical, lol. But even as developers, sometimes that is our experience. Or, at least, my experience, lol.

I don't remember what fixed the problem, before. Paul suggested some CSS which makes sense, and may have previously fixed the issue; it does no longer, though.

The issue happens when the layout switches to mobile. My browser is Safari (latest).

www.asknelly.com

Any thoughts?

Thanks and cheers,

Bill


ScreenShot2013-12-26at8.37.13PM.png
  • notsteve's Avatar
  • notsteve
  • 12 Month Developer
  • 119 posts
  • 2 Thanks
  • Karma: 6
Last Edit: 10 years 3 months ago by notsteve.
The administrator has disabled public write access.
Does this fix it?

@media (max-width: 767px) {
#mainWrap {padding: 70px 0 0 0;}
}

adding to the custom css file

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
The following user(s) said Thank You: notsteve
Yes, it does! In both cases, I just needed to add "!important" and it worked. Thanks, man!

Yes it that necessary on my site, and not in the demo? Is it because of other margin/padding mods I've made?

Bill
  • notsteve's Avatar
  • notsteve
  • 12 Month Developer
  • 119 posts
  • 2 Thanks
  • Karma: 6
The administrator has disabled public write access.
Yes its an increase of the value used in the template css

Its as you say due the modifications :)

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
The following user(s) said Thank You: notsteve
Heya, NotSteve, we're having the same exact problems when someone views our site on a mobile device. Would you mind sharing with me where in the template you plugged in Paul's fix? Do I need to install an "add custom CSS" module?
  • KathyJ2MG's Avatar
  • KathyJ2MG
  • 3 Month Basic
  • 26 posts
  • Karma: 0
The administrator has disabled public write access.
In the template css folder you will see a file called either rename_custom.css or custom.css you need to add the css to this file

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Thank you again, sir!
  • KathyJ2MG's Avatar
  • KathyJ2MG
  • 3 Month Basic
  • 26 posts
  • Karma: 0
The administrator has disabled public write access.
No problem

You're welcome

Cheers
Paul
  • 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