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.

background image scaling weird iphone or remove on mobile

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

I've got a problem with the way the backgroun image scales on iphone and ipads. The zoom is all wrong and zoomed much to far in.

Is it possible to eliminate the background for iphone or is there a fix. Seems ok on my android but I've been sent an iphone screenshot that has problems with the background image and also the menu icon overlays ontop of the logo

historic25.com/
  • B Smith's Avatar
  • B Smith
  • 12 Month basic
  • 397 posts
  • 2 Thanks
  • Karma: 0
The administrator has disabled public write access.
With the menu it is possible to move it as required by altering the css for the button

@media (max-width: 787px) {
#navwrap button {

right: 90px;}

}

this is the existing styling so if you either change the value in px or switch to percentages
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
You could hide the image using

@media (max-width:480px) {
#topcolour {background-color: #000; background-image:none;}
}

and then hide the empty module on a phone in the banner
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
sorry to keep asking for help but I'm struggling to find my answers by using firebug, especially on mobile testing.

now that I have the image removed, can you tell me how to decrease the background color bar height.

Thanks again for all your help Paul.
  • B Smith's Avatar
  • B Smith
  • 12 Month basic
  • 397 posts
  • 2 Thanks
  • Karma: 0
The administrator has disabled public write access.
It looks like you still have the empty custom html module in the banner area

Try setting that to hide on mobile

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